Package org.openstreetmap.josm.gui
Interface NavigatableComponent.ZoomChangeListener
-
- All Known Implementing Classes:
AbstractCachedTileSourceLayer
,AbstractTileSourceLayer
,AutoFilterManager
,AutoScaleAction.ZoomChangeAdapter
,GeoImageLayer
,MapSlider
,MapStatus
,MinimapDialog
,MVTLayer
,RelationListDialog
,TMSLayer
,WikimediaCommonsLayer
,WMSLayer
,WMTSLayer
- Enclosing class:
- NavigatableComponent
- 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 NavigatableComponent.ZoomChangeListener
Interface to notify listeners of the change of the zoom area.- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
zoomChanged()
Method called when the zoom area has changed.
-
-
-
Method Detail
-
zoomChanged
void zoomChanged()
Method called when the zoom area has changed.
-
-