All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

Methods

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

Parameters:
e - the event that characterizes the change.

All Packages  Class Hierarchy  This Package  Previous  Next  Index