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

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

MethodnewTriggerEnablers
Description

The callback for notifications of new trigger enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtriggerEnablerIds the Ids of the new TriggerEnablers
Compliancemandatory This method must be implemented.
MethodchangedTriggerEnablers
Description

The callback for notification of updated trigger enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtriggerEnablerIds the Ids of the updated TriggerEnablers
Compliancemandatory This method must be implemented.
MethoddeletedTriggerEnablers
Description

The callback for notification of deleted trigger enablers.

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