public interface QueueConstrainerEnablerReceiver extends OsidReceiver
The queue constrainer enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue constrainer enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedQueueConstrainerEnablers(IdList queueConstrainerEnablerIds)
The callback for notification of updated queue constrainer enablers.
|
void |
deletedQueueConstrainerEnablers(IdList queueConstrainerEnablerIds)
The callback for notification of deleted queue constrainer enablers.
|
void |
newQueueConstrainerEnablers(IdList queueConstrainerEnablerIds)
The callback for notifications of new queue constrainer enablers.
|
down, upvoid newQueueConstrainerEnablers(IdList queueConstrainerEnablerIds)
queueConstrainerEnablerIds - the Ids of the new
QueueConstrainerEnablers mandatory - This method must be implemented. void changedQueueConstrainerEnablers(IdList queueConstrainerEnablerIds)
queueConstrainerEnablerIds - the Ids of the
updated QueueConstrainerEnablers mandatory - This method must be implemented. void deletedQueueConstrainerEnablers(IdList queueConstrainerEnablerIds)
queueConstrainerEnablerIds - the Ids of the
deleted QueueConstrainerEnablers mandatory - This method must be implemented.