javax.swing.event

Interface TreeSelectionListener

public interface TreeSelectionListener extends EventListener

A listener that receives TreeSelectionEvent notifications from a source (such as a TreeSelectionModel).
Method Summary
voidvalueChanged(TreeSelectionEvent event)
Receives notification of a change to a tree selection model.

Method Detail

valueChanged

public void valueChanged(TreeSelectionEvent event)
Receives notification of a change to a tree selection model.

Parameters: event information about the event.