Interface QueueConstrainerEnablerReceiver
- All Superinterfaces:
OsidReceiver
The queue constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue constrainer enablers.
-
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 notification IdqueueConstrainerEnablerIds- theIdsof the newQueueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
changedQueueConstrainerEnablers
The callback for notification of updated queue constrainer enablers.- Parameters:
notificationId- the notification IdqueueConstrainerEnablerIds- theIdsof the updatedQueueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-
deletedQueueConstrainerEnablers
The callback for notification of deleted queue constrainer enablers.- Parameters:
notificationId- the notification IdqueueConstrainerEnablerIds- theIdsof the deletedQueueConstrainerEnablers- Compliance:
mandatory- This method must be implemented.
-