Interface DispatchProcessorReceiver
- All Superinterfaces:
OsidReceiver
The dispatch receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
DispatchProcessors .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDispatchProcessors(Id notificationId, IdList dispatchProcessorIds) The callback for notification of updated dispatch processors.voiddeletedDispatchProcessors(Id notificationId, IdList dispatchProcessorIds) The callback for notification of deleted dispatch processors.voidnewDispatchProcessors(Id notificationId, IdList dispatchProcessorIds) The callback for notifications of new dispatch processors.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDispatchProcessors
-
changedDispatchProcessors
The callback for notification of updated dispatch processors.- Parameters:
notificationId- the notificationIddispatchProcessorIds- theIdof the updatedDispatchProcessors- Compliance:
mandatory- This method must be implemented.
-
deletedDispatchProcessors
The callback for notification of deleted dispatch processors.- Parameters:
notificationId- the notificationIddispatchProcessorIds- theIdof the deletedDispatchProcessors- Compliance:
mandatory- This method must be implemented.
-