echopoint.tree
Interface TreeSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DynaTree.EventListener, 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

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

Parameters:
e - the event that characterizes the change.