Interface DispatchConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The dispatch receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
DispatchConstrainers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDispatchConstrainers(Id notificationId, IdList dispatchConstrainerIds) The callback for notification of updated dispatch constrainers.voiddeletedDispatchConstrainers(Id notificationId, IdList dispatchConstrainerIds) The callback for notification of deleted dispatch constrainers.voidnewDispatchConstrainers(Id notificationId, IdList dispatchConstrainerIds) The callback for notifications of new dispatch constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDispatchConstrainers
The callback for notifications of new dispatch constrainers.- Parameters:
notificationId- the notificationIddispatchConstrainerIds- theIdof the newDispatchConstrainers- Compliance:
mandatory- This method must be implemented.
-
changedDispatchConstrainers
The callback for notification of updated dispatch constrainers.- Parameters:
notificationId- the notificationIddispatchConstrainerIds- theIdof the updatedDispatchConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedDispatchConstrainers
The callback for notification of deleted dispatch constrainers.- Parameters:
notificationId- the notificationIddispatchConstrainerIds- theIdof the deletedDispatchConstrainers- Compliance:
mandatory- This method must be implemented.
-