| Interface | osid.subscription.rules.DispatchProcessorReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The dispatch receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
| Method | newDispatchProcessors | ||
| Description |
The callback for notifications of new dispatch processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchProcessorIds | the Id of the new DispatchProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedDispatchProcessors | ||
| Description |
The callback for notification of updated dispatch processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchProcessorIds | the Id of the updated DispatchProcessors | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedDispatchProcessors | ||
| Description |
The callback for notification of deleted dispatch processors. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchProcessorIds | the Id of the deleted DispatchProcessors | |
| Compliance | mandatory | This method must be implemented. | |