public interface TreeSelectionListener extends EventListener
TreeSelectionModel,
JTree| Modifier and Type | Method and Description |
|---|---|
void |
valueChanged(TreeSelectionEvent e)
Called whenever the value of the selection changes.
|
void valueChanged(TreeSelectionEvent e)
e - the event that characterizes the change.