Package com.genesyslab.omsdk.qil.applicationblocks.monitoring.listeners

Class Summary
InteractionListeners Illustrates how to use the QIL InteractionListeners feature, and how to add to (or remove from) a queue's interaction listener list, used for subscribing to interaction events.
Note that this feature is distinct from QIL's QueueListeners feature.
This class assumes that QIL factory has already been successfully initialized.
MyQILInteractionListener Implements a QILInteractionListener.
QueueListeners Illustrates how to use the QIL QueueListeners feature, and how to add to (or remove from) a queue's queue listener list, used for subscribing to queue events.
Note that this feature is distinct from QIL's InteractionListeners feature.
This class assumes that QIL factory has already been successfully initialized.
StartMonitoringQueue Demonstrates how to start and stop monitoring events on a queue.