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