javax.swing.event
Interface ListSelectionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
BasicComboPopup.ListSelectionHandler, BasicFileChooserUI.SelectionListener, BasicListUI.ListSelectionHandler, DefaultTableColumnModel, JList.AccessibleJList, JTable, JTable.AccessibleJTable

public interface ListSelectionListener
extends EventListener

A listener that receives ListSelectionEvent notifications, typically from a ListSelectionModel when it is modified.


Method Summary
 void valueChanged(ListSelectionEvent event)
          Receives notification of a ListSelectionEvent.
 

Method Detail

valueChanged

void valueChanged(ListSelectionEvent event)
Receives notification of a ListSelectionEvent.

Parameters:
event - the event.