OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.ControllerReceiver
Implementsosid.OsidReceiver
Description

The controller receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted controllers.

Like all OsidReceivers, notifications are delivered to ControllerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewControllers
Description

The callback for notifications of new controllers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcontrollerIds the Ids of the new Controllers
Compliancemandatory This method must be implemented.
MethodchangedControllers
Description

The callback for notification of updated controllers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcontrollerIds the Ids of the updated Controllers
Compliancemandatory This method must be implemented.
MethoddeletedControllers
Description

The callback for notification of deleted controllers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListcontrollerIds the Ids of the deleted Controllers
Compliancemandatory This method must be implemented.