swingwtx.swing.event
Interface ListSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
JTable

public interface ListSelectionListener
extends java.util.EventListener


Method Summary
 void valueChanged(ListSelectionEvent e)
           
 

Method Detail

valueChanged

public void valueChanged(ListSelectionEvent e)