| Interface | osid.tracking.rules.QueueEnablerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The queue receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newQueueEnablers | ||
| Description |
The callback for notifications of new queue enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueEnablerIds | the Id of the new QueueEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedQueueEnablers | ||
| Description |
The callback for notification of updated queue enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueEnablerIds | the Id of the updated QueueEnablers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedQueueEnablers | ||
| Description |
The callback for notification of deleted queue enablers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | queueEnablerIds | the Id of the deleted QueueEnablers | |
| Compliance | mandatory | This method must be implemented. | |