Interface DispatchProcessorEnablerReceiver
- All Superinterfaces:
OsidReceiver
The dispatch receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
DispatchProcessorEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDispatchProcessorEnablers(Id notificationId, IdList dispatchProcessorEnablerIds) The callback for notification of updated dispatch processor enablers.voiddeletedDispatchProcessorEnablers(Id notificationId, IdList dispatchProcessorEnablerIds) The callback for notification of deleted dispatch processor enablers.voidnewDispatchProcessorEnablers(Id notificationId, IdList dispatchProcessorEnablerIds) The callback for notifications of new dispatch processor enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDispatchProcessorEnablers
The callback for notifications of new dispatch processor enablers.- Parameters:
notificationId- the notificationIddispatchProcessorEnablerIds- theIdof the newDispatchProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
changedDispatchProcessorEnablers
The callback for notification of updated dispatch processor enablers.- Parameters:
notificationId- the notificationIddispatchProcessorEnablerIds- theIdof the updatedDispatchProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedDispatchProcessorEnablers
The callback for notification of deleted dispatch processor enablers.- Parameters:
notificationId- the notificationIddispatchProcessorEnablerIds- theIdof the deletedDispatchProcessorEnablers- Compliance:
mandatory- This method must be implemented.
-