javax.swing.event
public interface TreeSelectionListener extends EventListener
TreeSelectionEvent
notifications from a
source (such as a TreeSelectionModel
).Modifier and Type | Method and Description |
---|---|
void |
valueChanged(TreeSelectionEvent event)
Receives notification of a change to a tree selection model.
|
void valueChanged(TreeSelectionEvent event)
event
- information about the event.