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 Detail

valueChanged

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