Interface | osid.control.ControllerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The controller receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted controllers. | ||
Method | newControllers | ||
Description |
The callback for notifications of new controllers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | controllerIds | the Ids of the new Controllers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedControllers | ||
Description |
The callback for notification of updated controllers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | controllerIds | the Ids of the updated Controllers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedControllers | ||
Description |
The callback for notification of deleted controllers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | controllerIds | the Ids of the deleted Controllers | |
Compliance | mandatory | This method must be implemented. |