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.

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.