EchoPoint
1.0

echopoint.tree
Interface TreeSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Tree.TreeSelectionForwarder

public interface TreeSelectionListener
extends java.util.EventListener

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


Method Summary
 void valueChanged(TreeSelectionEvent e)
          Called whenever the value of the selection changes.
 

Method Detail

valueChanged

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

Parameters:
e - the event that characterizes the change.

EchoPoint
1.0