gov.usda.gdpc.browser
Class ListSelectionListener

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

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

Author:
terryc

Constructor Summary
ListSelectionListener(Properties properties)
          ListSelectionListener Constructor.
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent 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

ListSelectionListener

public ListSelectionListener(Properties properties)
ListSelectionListener Constructor.

Parameters:
properties - properties.
Method Detail

valueChanged

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

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