com.genesyslab.omsdk.qil.event
Interface QILInteractionEvent

All Known Subinterfaces:
QILInteractionPropertiesChangedEvent, QILInteractionStatusChangedEvent

public interface QILInteractionEvent

An event reporting changes in a QILInteraction of a monitored queue.

To receive these events, implement the QILInteractionListener.handleInteractionEvent() method, then add an instance of this QILInteractionListener to the monitored QILQueue.

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

Method Summary
 QILInteraction getInteraction()
          Returns the interaction associated with this event.
 

Method Detail

getInteraction

public QILInteraction getInteraction()
Returns the interaction associated with this event.

Returns:
the interaction.