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

The callback for notification of updated trigger enablers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtriggerEnablerIdsthe Ids of the updated TriggerEnablers
CompliancemandatoryThis method must be implemented.
MethoddeletedTriggerEnablers
Description

The callback for notification of deleted trigger enablers.

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