| Interface | osid.provisioning.QueueReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The queue receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queues. | ||
| Method | newQueues | ||
| Description |
The callback for notifications of new queues. | ||
| Parameters | osid.id.IdList | queueIds | the Ids of the new Queues |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueues | ||
| Description |
The callback for notification of updated queues. | ||
| Parameters | osid.id.IdList | queueIds | the Ids of the updated Queues |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueues | ||
| Description |
The callback for notification of deleted queues. | ||
| Parameters | osid.id.IdList | queueIds | the Ids of the deleted Queues |
| Compliance | mandatory | This method must be implemented. | |