EchoPoint
1.0

echopoint
Class Tree.TreeSelectionForwarder

java.lang.Object
  extended byechopoint.Tree.TreeSelectionForwarder
All Implemented Interfaces:
java.util.EventListener, java.io.Serializable, TreeSelectionListener
Enclosing class:
Tree

protected class Tree.TreeSelectionForwarder
extends java.lang.Object
implements java.io.Serializable, TreeSelectionListener

Handles creating a new TreeSelectionEvent with the Tree as the source and passing it off to all the listeners.

See Also:
Serialized Form

Constructor Summary
protected Tree.TreeSelectionForwarder()
           
 
Method Summary
 void valueChanged(TreeSelectionEvent e)
          Invoked by the TreeSelectionModel when the selection changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree.TreeSelectionForwarder

protected Tree.TreeSelectionForwarder()
Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent e)
Invoked by the TreeSelectionModel when the selection changes.

Specified by:
valueChanged in interface TreeSelectionListener
Parameters:
e - the TreeSelectionEvent generated by the TreeSelectionModel

EchoPoint
1.0