com.genesyslab.omsdk.qil.event
Interface QILQueueListener


public interface QILQueueListener

The listener interface for receiving changes in the QILQueue to which this listener is added.

Since:
7.1.000.00

Method Summary
 void handleQueueEvent(QILQueueEvent event)
          Invoked when an event occurs on a QILQueue object.
 

Method Detail

handleQueueEvent

public void handleQueueEvent(QILQueueEvent event)
Invoked when an event occurs on a QILQueue object.

For further details on this event, see the QILQueueEvent subclasses.

Parameters:
event - event containing the related QILQueue.