Interface QueueConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The queue receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
QueueConstrainerEnablers .
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedQueueConstrainerEnablers(Id notificationId, IdList queueConstrainerEnablerIds) The callback for notification of updated queue constrainer enablers.voiddeletedQueueConstrainerEnablers(Id notificationId, IdList queueConstrainerEnablerIds) The callback for notification of deleted queue constrainer enablers.voidnewQueueConstrainerEnablers(Id notificationId, IdList queueConstrainerEnablerIds) The callback for notifications of new queue constrainer enablers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newQueueConstrainerEnablers
The callback for notifications of new queue constrainer enablers.- Parameters:
notificationId- the notificationIdqueueConstrainerEnablerIds- theIdof the newQueueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedQueueConstrainerEnablers
The callback for notification of updated queue constrainer enablers.- Parameters:
notificationId- the notificationIdqueueConstrainerEnablerIds- theIdof the updatedQueueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedQueueConstrainerEnablers
The callback for notification of deleted queue constrainer enablers.- Parameters:
notificationId- the notificationIdqueueConstrainerEnablerIds- theIdof the deletedQueueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-