org.openstreetmap.josm.gui.preferences.advanced
Class MapListEditor.EntryListener

java.lang.Object
  extended by org.openstreetmap.josm.gui.preferences.advanced.MapListEditor.EntryListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
MapListEditor

 class MapListEditor.EntryListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener


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

Constructor Detail

MapListEditor.EntryListener

MapListEditor.EntryListener()
Method Detail

valueChanged

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


JOSM