public interface ControllerReceiver extends OsidReceiver
The controller receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted controllers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedControllers(Id notificationId,
IdList controllerIds)
The callback for notification of updated controllers.
|
void |
deletedControllers(Id notificationId,
IdList controllerIds)
The callback for notification of deleted controllers.
|
void |
newControllers(Id notificationId,
IdList controllerIds)
The callback for notifications of new controllers.
|
down, upvoid newControllers(Id notificationId, IdList controllerIds)
notificationId - the notification IdcontrollerIds - the Ids of the new
Controllers mandatory - This method must be implemented. void changedControllers(Id notificationId, IdList controllerIds)
notificationId - the notification IdcontrollerIds - the Ids of the updated
Controllers mandatory - This method must be implemented.