|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsteriskQueueListener
You can register an AsteriskQueueListener with an
AsteriskQueue to be notified about new
calls in and out of the queue
| Method Summary | |
|---|---|
void |
onEntryLeave(AsteriskChannel channel)
Called whenever a channel (entry) leaves the queue |
void |
onNewEntry(AsteriskChannel channel)
Called whenever a new channel (entry) appears in the queue |
| Method Detail |
|---|
void onNewEntry(AsteriskChannel channel)
channel - the new channel.void onEntryLeave(AsteriskChannel channel)
the - channel that leaves the queue.
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||