Interface | osid.subscription.DispatchReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The dispatch receiver is the consumer supplied interface
for receiving notifications pertaining to new, updated or
deleted | ||
Method | newDispatches | ||
Description |
The callback for notifications of new dispatches. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchIds | the Ids of the new Dispatches | |
Compliance | mandatory | This method must be implemented. | |
Method | changedDispatches | ||
Description |
The callback for notification of updated dispatches. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchIds | the Ids of the new Dispatches | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedDispatches | ||
Description |
the callback for notification of deleted dispatches. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | dispatchIds | the Ids of the new Dispatches | |
Compliance | mandatory | This method must be implemented. |