Interface QueueConstrainerReceiver
- All Superinterfaces:
OsidReceiver
The queue receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted
QueueConstrainers .
-
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- theIdof the updatedQueueConstrainers- Compliance:
mandatory- This method must be implemented.
-
deletedQueueConstrainers
The callback for notification of deleted queue constrainers.- Parameters:
notificationId- the notificationIdqueueConstrainerIds- theIdof the deletedQueueConstrainers- Compliance:
mandatory- This method must be implemented.
-