public interface DispatchReceiver extends OsidReceiver
The dispatch receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Dispatch
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedDispatches(Id notificationId,
IdList dispatchIds)
The callback for notification of updated dispatches.
|
void |
deletedDispatches(Id notificationId,
IdList dispatchIds)
the callback for notification of deleted dispatches.
|
void |
newDispatches(Id notificationId,
IdList dispatchIds)
The callback for notifications of new dispatches.
|
down, upvoid newDispatches(Id notificationId, IdList dispatchIds)
notificationId - the notification Id dispatchIds - the Ids of the new
Dispatches mandatory - This method must be implemented. void changedDispatches(Id notificationId, IdList dispatchIds)
notificationId - the notification Id dispatchIds - the Ids of the new
Dispatches mandatory - This method must be implemented.