FileDocCategorySizeDatePackage
TreeSelectionListener.javaAPI DocJava SE 5 API940Fri Aug 26 14:58:02 BST 2005javax.swing.event

TreeSelectionListener

public interface TreeSelectionListener implements EventListener
The listener that's notified when the selection in a TreeSelectionModel changes. For more information and examples see How to Write a Tree Selection Listener, a section in The Java Tutorial.
see
javax.swing.tree.TreeSelectionModel
see
javax.swing.JTree
version
1.14 12/19/03
author
Scott Violet

Fields Summary
Constructors Summary
Methods Summary
public voidvalueChanged(javax.swing.event.TreeSelectionEvent e)
Called whenever the value of the selection changes.

param
e the event that characterizes the change.