Interface ProjectionChangeListener
-
- All Known Implementing Classes:
AbstractCachedTileSourceLayer
,AbstractModifiableLayer
,AbstractOsmDataLayer
,AbstractTileSourceLayer
,AdvancedPreference.UnclearableOsmDataLayer
,CorrelationSupportLayer
,DataSet
,GeoImageLayer
,GpxLayer
,GpxRouteLayer
,ImageryLayer
,Layer
,MarkerLayer
,MultipolygonCache
,MVTLayer
,NoteLayer
,OsmDataLayer
,TMSLayer
,ValidatorLayer
,WikimediaCommonsLayer
,WMSLayer
,WMTSLayer
- 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 interface ProjectionChangeListener
Interface for listeners to get notified when the (global) projection changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
projectionChanged(Projection oldValue, Projection newValue)
-
-
-
Method Detail
-
projectionChanged
void projectionChanged(Projection oldValue, Projection newValue)
-
-