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

Interface com.sun.java.swing.event.TreeSelectionListener

public interface TreeSelectionListener
extends EventListener

The listener that's notified when the selection in a TreeSelectionModel changes.

See Also:
TreeSelectionModel, JTree

Method Index

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

Methods

valueChanged
 public abstract void valueChanged(TreeSelectionEvent 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)