Package org.openstreetmap.josm.gui
Interface MapFrame.MapModeChangeListener
-
- All Known Implementing Classes:
AutoFilterManager
,FilterDialog
- Enclosing class:
- MapFrame
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MapFrame.MapModeChangeListener
Interface to notify listeners of the change of the mapMode.- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mapModeChange(MapMode oldMapMode, MapMode newMapMode)
Trigerred when map mode changes.
-
-
-
Method Detail
-
mapModeChange
void mapModeChange(MapMode oldMapMode, MapMode newMapMode)
Trigerred when map mode changes.- Parameters:
oldMapMode
- old map modenewMapMode
- new map mode
-
-