public interface QueueConstrainerReceiver extends OsidReceiver
The queue constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue constrainers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedQueueConstrainers(IdList queueConstrainerIds)
The callback for notification of updated queue constrainers.
|
void |
deletedQueueConstrainers(IdList queueConstrainerIds)
The callback for notification of deleted queue constrainers.
|
void |
newQueueConstrainers(IdList queueConstrainerIds)
The callback for notifications of new queue constrainers.
|
down, upvoid newQueueConstrainers(IdList queueConstrainerIds)
queueConstrainerIds - the Ids of the new
QueueConstrainers mandatory - This method must be implemented. void changedQueueConstrainers(IdList queueConstrainerIds)
queueConstrainerIds - the Ids of the updated
QueueConstrainers mandatory - This method must be implemented. void deletedQueueConstrainers(IdList queueConstrainerIds)
queueConstrainerIds - the Ids of the deleted
QueueConstrainers mandatory - This method must be implemented.