| Interface | osid.process.StateReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The state receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newStates | ||
| Description |
The callback for notifications of new states. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stateIds | the Ids of the new States | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedStates | ||
| Description |
The callback for notification of updated states. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stateIds | the Ids of the updated States | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedStates | ||
| Description |
the callback for notification of deleted states. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | stateIds | the Ids of the deleted States | |
| Compliance | mandatory | This method must be implemented. | |