|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An event reporting a change in a queue's interaction list.
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 |
public java.util.Collection getRemovedInteractions()
When there are no removed interactions, the returned collection is empty.
Collection
of QILInteraction
public java.util.Collection getAddedInteractions()
When there are no added interactions, the collection is empty.
Collection
of QILInteraction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |