| Interface | osid.subscription.rules.DispatchProcessorEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The dispatch receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newDispatchProcessorEnablers | ||
| Description |
The callback for notifications of new dispatch processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchProcessorEnablerIds | the Id of the new DispatchProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDispatchProcessorEnablers | ||
| Description |
The callback for notification of updated dispatch processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchProcessorEnablerIds | the Id of the updated DispatchProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDispatchProcessorEnablers | ||
| Description |
The callback for notification of deleted dispatch processor enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchProcessorEnablerIds | the Id of the deleted DispatchProcessorEnablers | |
| Compliance | mandatory | This method must be implemented. | |