Interface QueueConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The queue constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue constrainers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedQueueConstrainers(Id notificationId, IdList queueConstrainerIds) The callback for notification of updated queue constrainers.voiddeletedQueueConstrainers(Id notificationId, IdList queueConstrainerIds) The callback for notification of deleted queue constrainers.voidnewQueueConstrainers(Id notificationId, IdList queueConstrainerIds) The callback for notifications of new queue constrainers.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newQueueConstrainers
-
changedQueueConstrainers
The callback for notification of updated queue constrainers.- Parameters:
notificationId- the notificationIdqueueConstrainerIds- theIdsof the updatedQueueConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedQueueConstrainers
The callback for notification of deleted queue constrainers.- Parameters:
notificationId- the notificationIdqueueConstrainerIds- theIdsof the deletedQueueConstrainers- Compliance:
mandatory- This method must be implemented.
-