| Interface | osid.offering.rules.CanonicalUnitEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The canonical unit enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted canonical unit enablers. | ||
| Method | newCanonicalUnitEnablers | ||
| Description |
The callback for notifications of new canonical unit enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | canonicalUnitEnablerIds | the Ids of the new CanonicalUnitEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedCanonicalUnitEnablers | ||
| Description |
The callback for notification of updated canonical unit enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | canonicalUnitEnablerIds | the Ids of the updated CanonicalUnitEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedCanonicalUnitEnablers | ||
| Description |
The callback for notification of deleted canonical unit enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | canonicalUnitEnablerIds | the Ids of the deleted CanonicalUnitEnablers | |
| Compliance | mandatory | This method must be implemented. | |