gov.usda.gdpc.browser
Class TreeSelectionListener

java.lang.Object
  extended bygov.usda.gdpc.browser.TreeSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener

public class TreeSelectionListener
extends java.lang.Object
implements javax.swing.event.TreeSelectionListener

Author:
terryc

Constructor Summary
TreeSelectionListener(Properties properties, javax.swing.JTree unselectTree)
          TreeSelectionListener Constructor.
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
          Called whenever the value of the selection changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeSelectionListener

public TreeSelectionListener(Properties properties,
                             javax.swing.JTree unselectTree)
TreeSelectionListener Constructor.

Parameters:
properties - properties.
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Called whenever the value of the selection changes.

Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener
Parameters:
e - the event that characterizes the change.