org.openstreetmap.josm.gui.download
Class PlaceSelection.ListSelectionHandler

java.lang.Object
  extended by org.openstreetmap.josm.gui.download.PlaceSelection.ListSelectionHandler
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
PlaceSelection

 class PlaceSelection.ListSelectionHandler
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


Constructor Summary
PlaceSelection.ListSelectionHandler()
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent lse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceSelection.ListSelectionHandler

PlaceSelection.ListSelectionHandler()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent lse)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener


JOSM