- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- AbstractVectorLayer, BitmapTileLayer, CustomRenderLayer, LabelLayer, MapScaleBarLayer, OsmTileLayer, S3DBTileLayer, TestTileLayer, TileLayer, VectorTileLayer
- Enclosing class:
- Map
public static interface Map.UpdateListener
extends EventListener
Listener interface for map update notifications.
Layers implementing this interface they will be automatically register
when the layer is added to the map and unregistered when the layer is
removed. Otherwise use map.events.bind(UpdateListener).