echopointng
Class Tree.TreeSelectionForwarder
java.lang.Object
echopointng.Tree.TreeSelectionForwarder
- All Implemented Interfaces:
- TreeSelectionListener, Serializable, EventListener
- Enclosing class:
- Tree
protected class Tree.TreeSelectionForwarder
- extends Object
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tree.TreeSelectionForwarder
protected Tree.TreeSelectionForwarder()
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