com.genesyslab.omsdk.qil.event
Interface QILQueueEvent

All Known Subinterfaces:
QILQueueContentChangedEvent, QILQueueMonitorStatusEvent

public interface QILQueueEvent

Base class for all queue events.

Since:
7.1.000.00

Method Summary
 QILQueue getQueue()
          Returns the queue associated with this event.
 

Method Detail

getQueue

public QILQueue getQueue()
Returns the queue associated with this event.

Returns:
queue
Since:
7.1.000.00