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

The action enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted action enablers.

MethodnewActionEnablers
Description

The callback for notifications of new action enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactionEnablerIds the Ids of the new ActionEnablers
Compliancemandatory This method must be implemented.
MethodchangedActionEnablers
Description

The callback for notification of updated action enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListactionEnablerIds the Ids of the updated ActionEnablers
Compliancemandatory This method must be implemented.
MethoddeletedActionEnablers
Description

The callback for notification of deleted action enablers.

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