Interface DispatchConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The dispatch receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
DispatchConstrainerEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedDispatchConstrainerEnablers(Id notificationId, IdList dispatchConstrainerEnablerIds) The callback for notification of updated dispatch constrainer enablers.voiddeletedDispatchConstrainerEnablers(Id notificationId, IdList dispatchConstrainerEnablerIds) The callback for notification of deleted dispatch constrainer enablers.voidnewDispatchConstrainerEnablers(Id notificationId, IdList dispatchConstrainerEnablerIds) The callback for notifications of new dispatch constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newDispatchConstrainerEnablers
The callback for notifications of new dispatch constrainer enablers.- Parameters:
notificationId- the notificationIddispatchConstrainerEnablerIds- theIdof the newDispatchConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedDispatchConstrainerEnablers
The callback for notification of updated dispatch constrainer enablers.- Parameters:
notificationId- the notificationIddispatchConstrainerEnablerIds- theIdof the updatedDispatchConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedDispatchConstrainerEnablers
The callback for notification of deleted dispatch constrainer enablers.- Parameters:
notificationId- the notificationIddispatchConstrainerEnablerIds- theIdof the deletedDispatchConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-