|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WaitingQueueListener
Represents a waiting-queue listener which can be notified about events concerning waiting queues. When an implementation is registered to a waiting queue, it is notified when contacts are enqueued and dequeued, or when the queue is initialized.
Method Summary | |
---|---|
void |
dequeued(DequeueEvent ev)
This method is called when a contact is removed from a waiting queue, ev representing the corresponding dequeue event. |
void |
enqueued(DequeueEvent ev)
This method is called after a contact was added to a queue. |
void |
init(WaitingQueue queue)
This method is called after the WaitingQueue.init() method is called
for the waiting queue queue. |
Method Detail |
---|
void enqueued(DequeueEvent ev)
ev
- the dequeue event associated with the queued contact.void dequeued(DequeueEvent ev)
ev
- the obsolete dequeue event.void init(WaitingQueue queue)
WaitingQueue.init()
method is called
for the waiting queue queue.
queue
- the queue being initialized.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |