com.genesyslab.omsdk.qil.event
Interface QILInteractionListener


public interface QILInteractionListener

The listener for receiving changes in the interactions of a monitored queue.

Since:
7.1.000.00
See Also:
QILQueue, QILQueue.addInteractionListener(QILInteractionListener), QILInteractionEvent

Method Summary
 void handleInteractionEvent(QILInteractionEvent event)
          Invoked when an event occurs on a QILInteraction of the queue to which this listener was added.
 

Method Detail

handleInteractionEvent

public void handleInteractionEvent(QILInteractionEvent event)
Invoked when an event occurs on a QILInteraction of the queue to which this listener was added.

Parameters:
event - event containing the related interaction.