OSID Logo
OSID Specifications
tracking rules package
Version 3.1.0
Interfaceosid.tracking.rules.QueueEnablerReceiver
Implementsosid.OsidReceiver
Description

The queue receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted QueueEnablers.

Like all OsidReceivers, notifications are delivered to QueueEnablerReceiver serially and a receiver method is not invoked again until any previous invocation has returned.

MethodnewQueueEnablers
Description

The callback for notifications of new queue enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueEnablerIds the Id of the new QueueEnablers
Compliancemandatory This method must be implemented.
MethodchangedQueueEnablers
Description

The callback for notification of updated queue enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueEnablerIds the Id of the updated QueueEnablers
Compliancemandatory This method must be implemented.
MethoddeletedQueueEnablers
Description

The callback for notification of deleted queue enablers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListqueueEnablerIds the Id of the deleted QueueEnablers
Compliancemandatory This method must be implemented.