public interface QueueProcessorEnablerReceiver extends OsidReceiver
The queue processor enabler receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted queue processor enablers.
| Modifier and Type | Method and Description |
|---|---|
void |
changedQueueProcessorEnablers(IdList queueProcessorEnablerIds)
The callback for notification of updated queue processor enablers.
|
void |
deletedQueueProcessorEnablers(IdList queueProcessorEnablerIds)
The callback for notification of deleted queue processor enablers.
|
void |
newQueueProcessorEnablers(IdList queueProcessorEnablerIds)
The callback for notifications of new queue processor enablers.
|
down, upvoid newQueueProcessorEnablers(IdList queueProcessorEnablerIds)
queueProcessorEnablerIds - the Ids of the new
QueueProcessorEnablers mandatory - This method must be implemented. void changedQueueProcessorEnablers(IdList queueProcessorEnablerIds)
queueProcessorEnablerIds - the Ids of the updated
QueueProcessorEnablers mandatory - This method must be implemented. void deletedQueueProcessorEnablers(IdList queueProcessorEnablerIds)
queueProcessorEnablerIds - the Ids of the deleted
QueueProcessorEnablers mandatory - This method must be implemented.