charvax.swing.event
Interface ListSelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JComboBox, JTable

public interface ListSelectionListener
extends EventListener


Method Summary
 void valueChanged(ListSelectionEvent evt)
           
 

Method Detail

valueChanged

public void valueChanged(ListSelectionEvent evt)