javax.swing.event

Interface TreeSelectionListener

public interface TreeSelectionListener extends EventListener

A listener that receives {@link TreeSelectionEvent} notifications from a source (such as a {@link 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.