javax.swing.event
public interface TreeSelectionListener extends EventListener
Method Summary | |
---|---|
void | valueChanged(TreeSelectionEvent event)
Receives notification of a change to a tree selection model.
|
Parameters: event information about the event.