queued.sdk.java.examples
Class SimpleMonitorQueue.SelectedQueueListener

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

public class SimpleMonitorQueue.SelectedQueueListener
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
SimpleMonitorQueue.SelectedQueueListener(SimpleMonitorQueue 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

SimpleMonitorQueue.SelectedQueueListener

public SimpleMonitorQueue.SelectedQueueListener(SimpleMonitorQueue application)
Method Detail

valueChanged

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