javatunnel.gui
Class ListHandler

java.lang.Object
  |
  +--javatunnel.gui.ListHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

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

Author:
Andrés Ederra To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

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

Constructor Detail

ListHandler

public ListHandler()
Method Detail

valueChanged

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