Package org.oscim.map

Interface Map.InputListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
MapEventLayer, MapEventLayer2
Enclosing class:
Map

public static interface Map.InputListener extends EventListener
Listener interface for input events. Layers implementing this interface they will be automatically register when the layer is added to the map and unregistered when the layer is removed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInputEvent(Event e, MotionEvent motionEvent)
     
  • Method Details