| Interface | osid.configuration.rules.ValueEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The value enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted value enablers. | ||
| Method | newValueEnablers | ||
| Description |
The callback for notifications of new value enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | valueEnablerIds | the Ids of the new ValueEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedValueEnablers | ||
| Description |
The callback for notification of updated value enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | valueEnablerIds | the Ids of the updated ValueEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedValueEnablers | ||
| Description |
The callback for notification of deleted value enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | valueEnablerIds | the Ids of the deleted ValueEnablers | |
| Compliance | mandatory | This method must be implemented. | |