Package org.oscim.map

Interface Map.UpdateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractVectorLayer, BitmapTileLayer, CustomRenderLayer, LabelLayer, MapScaleBarLayer, OsmTileLayer, S3DBTileLayer, 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).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMapEvent(Event e, MapPosition mapPosition)
     
  • Method Details