| Interface | osid.tracking.rules.QueueConstrainerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description | 
                 The queue constrainer receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue constrainers.  | ||
| Method | newQueueConstrainers | ||
| Description | 
                     The callback for notifications of new queue constrainers.  | ||
| Parameters | osid.id.IdList | queueConstrainerIds | the  Ids  of the new  QueueConstrainers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueueConstrainers | ||
| Description | 
                     The callback for notification of updated queue constrainers.  | ||
| Parameters | osid.id.IdList | queueConstrainerIds | the  Ids  of the updated  QueueConstrainers   | 
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueueConstrainers | ||
| Description | 
                     The callback for notification of deleted queue constrainers.  | ||
| Parameters | osid.id.IdList | queueConstrainerIds | the  Ids  of the deleted  QueueConstrainers   | 
| Compliance | mandatory | This method must be implemented. | |