| Interface | osid.subscription.rules.DispatchConstrainerEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The dispatch receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newDispatchConstrainerEnablers | ||
| Description |
The callback for notifications of new dispatch constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchConstrainerEnablerIds | the Id of the new DispatchConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDispatchConstrainerEnablers | ||
| Description |
The callback for notification of updated dispatch constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchConstrainerEnablerIds | the Id of the updated DispatchConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDispatchConstrainerEnablers | ||
| Description |
The callback for notification of deleted dispatch constrainer enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchConstrainerEnablerIds | the Id of the deleted DispatchConstrainerEnablers | |
| Compliance | mandatory | This method must be implemented. | |