| Interface | osid.control.rules.TriggerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The trigger enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted trigger enablers. | ||
| Method | newTriggerEnablers | ||
| Description |
The callback for notifications of new trigger enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | triggerEnablerIds | the Ids of the new TriggerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedTriggerEnablers | ||
| Description |
The callback for notification of updated trigger enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | triggerEnablerIds | the Ids of the updated TriggerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedTriggerEnablers | ||
| Description |
The callback for notification of deleted trigger enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | triggerEnablerIds | the Ids of the deleted TriggerEnablers | |
| Compliance | mandatory | This method must be implemented. | |