queued.sdk.java.examples
Class SimpleSupervisor.SelectedInteractionListener

java.lang.Object
  extended byqueued.sdk.java.examples.SimpleSupervisor.SelectedInteractionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
SimpleSupervisor

public class SimpleSupervisor.SelectedInteractionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Monitors the user selection in the Queues table. When the user selects a queue, this listener calls the SimpleMonitorQueue.handleQueueSelectionAt(int) method.


Constructor Summary
SimpleSupervisor.SelectedInteractionListener(SimpleSupervisor application)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSupervisor.SelectedInteractionListener

public SimpleSupervisor.SelectedInteractionListener(SimpleSupervisor application)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener