public interface TreeSelectionListener extends EventListener
TreeSelectionModel
, JTree
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(TreeSelectionEvent e)
每当选择的值更改时调用。
|
void valueChanged(TreeSelectionEvent e)
e
- the event that characterizes the change.