| Interface | osid.control.rules.ActionEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The action enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted action enablers. | ||
| Method | newActionEnablers | ||
| Description |
The callback for notifications of new action enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | actionEnablerIds | the Ids of the new ActionEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedActionEnablers | ||
| Description |
The callback for notification of updated action enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | actionEnablerIds | the Ids of the updated ActionEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedActionEnablers | ||
| Description |
The callback for notification of deleted action enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | actionEnablerIds | the Ids of the deleted ActionEnablers | |
| Compliance | mandatory | This method must be implemented. | |