public class BasicTreeUI.TreeSelectionHandler extends Object implements TreeSelectionListener
Constructor and Description |
---|
BasicTreeUI.TreeSelectionHandler()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(TreeSelectionEvent event)
Messaged when the selection changes in the tree we're displaying for.
|
public BasicTreeUI.TreeSelectionHandler()
public void valueChanged(TreeSelectionEvent event)
valueChanged
in interface TreeSelectionListener
event
- the event that characterizes the change.