com.genesyslab.omsdk.qil.event
Interface QILQueueContentChangedEvent

All Superinterfaces:
QILQueueEvent

public interface QILQueueContentChangedEvent
extends QILQueueEvent

An event reporting a change in a queue's interaction list.

Since:
7.1.000.00

Method Summary
 java.util.Collection getAddedInteractions()
          Returns the interactions added to a queue (if any).
 java.util.Collection getRemovedInteractions()
          Returns the interactions removed from a queue (if any).
 
Methods inherited from interface com.genesyslab.omsdk.qil.event.QILQueueEvent
getQueue
 

Method Detail

getRemovedInteractions

public java.util.Collection getRemovedInteractions()
Returns the interactions removed from a queue (if any).

When there are no removed interactions, the returned collection is empty.

Returns:
Collection of QILInteraction

getAddedInteractions

public java.util.Collection getAddedInteractions()
Returns the interactions added to a queue (if any).

When there are no added interactions, the collection is empty.

Returns:
Collection of QILInteraction