Interface | osid.control.TriggerReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The trigger receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newTriggers | ||
Description |
The callback for notifications of new triggers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | triggerIds | the Ids of the new Triggers | |
Compliance | mandatory | This method must be implemented. | |
Method | changedTriggers | ||
Description |
The callback for notification of updated trigger. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | triggerIds | the Ids of the updated Triggers | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedTriggers | ||
Description |
The callback for notification of deleted triggers. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | triggerIds | the Ids of the deleted Triggers | |
Compliance | mandatory | This method must be implemented. |