OSID Logo
OSID Specifications
control package
Version 3.1.0
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.IdnotificationId the notification Id
osid.id.IdListtriggerIds the Ids of the new Triggers
Compliancemandatory This method must be implemented.
MethodchangedTriggers
Description

The callback for notification of updated trigger.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListtriggerIds the Ids of the updated Triggers
Compliancemandatory This method must be implemented.
MethoddeletedTriggers
Description

The callback for notification of deleted triggers.

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