Class PlaceSelection.ListSelectionHandler
- java.lang.Object
-
- 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
Constructors Constructor Description ListSelectionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalueChanged(javax.swing.event.ListSelectionEvent lse)
-
-
-
Constructor Detail
-
ListSelectionHandler
ListSelectionHandler()
-
-
Method Detail
-
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent lse)
- Specified by:
valueChangedin interfacejavax.swing.event.ListSelectionListener
-
-