Interface | osid.control.SystemReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The system receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newSystems | ||
Description |
The callback for notifications of new systems. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | systemIds | the Ids of the new Systems | |
Compliance | mandatory | This method must be implemented. | |
Method | changedSystems | ||
Description |
The callback for notification of updated system. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | systemIds | the Ids of the updated Systems | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedSystems | ||
Description |
The callback for notification of deleted systems. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | systemIds | the Ids of the deleted Systems | |
Compliance | mandatory | This method must be implemented. | |
Method | changedChildOfSystems | ||
Description |
The callback for notifications of changes to children of system hierarchy nodes. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | systemIds | the Ids of the Systems whose children have
changed | |
Compliance | mandatory | This method must be implemented. |