OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.TriggerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewTriggers
Description

The callback for notifications of new triggers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtriggerIdsthe Ids of the new Triggers
CompliancemandatoryThis method must be implemented.
MethodchangedTriggers
Description

The callback for notification of updated trigger.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListtriggerIdsthe Ids of the updated Triggers
CompliancemandatoryThis method must be implemented.
MethoddeletedTriggers
Description

The callback for notification of deleted triggers.

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