javax.swing.event

Interface ListSelectionListener

public interface ListSelectionListener extends EventListener

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

Method Detail

valueChanged

public void valueChanged(ListSelectionEvent event)
Receives notification of a {@link ListSelectionEvent}.

Parameters: event the event.