javax.swing.event

Interface ListSelectionListener

public interface ListSelectionListener extends EventListener

A listener that receives ListSelectionEvent notifications, typically from a ListSelectionModel when it is modified.
Method Summary
voidvalueChanged(ListSelectionEvent event)
Receives notification of a ListSelectionEvent.

Method Detail

valueChanged

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

Parameters: event the event.