Where Am I? Class Hierarchy (JFC) All Classes (JFC)

Interface com.sun.java.swing.event.ListSelectionListener

public interface ListSelectionListener
extends EventListener

The listener that's notified when a lists selection value changes.

See Also:
ListSelectionModel

Method Index

valueChanged(ListSelectionEvent)
Called whenever the value of the selection changes.

Methods

valueChanged
 public abstract void valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.

Parameters:
e - the event that characterizes the change.

Where Am I? Class Hierarchy (JFC) All Classes (JFC)