EchoPoint
2.1.0rc5

echopointng.tree
Interface TreeSelectionListener

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

public interface TreeSelectionListener
extends EventListener

TreeSelectionListener is 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.

EchoPoint
2.1.0rc5