OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListcontrollerIdsthe Ids of the new Controllers
CompliancemandatoryThis method must be implemented.
MethodchangedControllers
Description

The callback for notification of updated controllers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcontrollerIdsthe Ids of the updated Controllers
CompliancemandatoryThis method must be implemented.
MethoddeletedControllers
Description

The callback for notification of deleted controllers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcontrollerIdsthe Ids of the deleted Controllers
CompliancemandatoryThis method must be implemented.