charvax.swing.event

Interface TreeSelectionListener

All Superinterfaces:
EventListener

public interface TreeSelectionListener
extends EventListener

The listener that's notified when the selection in a TreeSelectionModel changes.

Method Summary

void
valueChanged(TreeSelectionEvent evt)
Called whenever the value of the selection changes.

Method Details

valueChanged

public void valueChanged(TreeSelectionEvent evt)
Called whenever the value of the selection changes.