Interface DispatchEnablerReceiver
- All Superinterfaces:
OsidReceiver
The dispatch receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
DispatchEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDispatchEnablers(Id notificationId, IdList dispatchEnablerIds) The callback for notification of updated dispatch enablers.voiddeletedDispatchEnablers(Id notificationId, IdList dispatchEnablerIds) The callback for notification of deleted dispatch enablers.voidnewDispatchEnablers(Id notificationId, IdList dispatchEnablerIds) The callback for notifications of new dispatch enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDispatchEnablers
-
changedDispatchEnablers
The callback for notification of updated dispatch enablers.- Parameters:
notificationId- the notificationIddispatchEnablerIds- theIdof the updatedDispatchEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedDispatchEnablers
The callback for notification of deleted dispatch enablers.- Parameters:
notificationId- the notificationIddispatchEnablerIds- theIdof the deletedDispatchEnablers- Compliance:
mandatory- This method must be implemented.
-