org.openstreetmap.josm.gui
Interface MapFrame.MapModeChangeListener

Enclosing class:
MapFrame

public static interface MapFrame.MapModeChangeListener

Interface to notify listeners of the change of the mapMode.


Method Summary
 void mapModeChange(MapMode oldMapMode, MapMode newMapMode)
           
 

Method Detail

mapModeChange

void mapModeChange(MapMode oldMapMode,
                   MapMode newMapMode)


JOSM