de.fhpotsdam.unfolding.events
Interface MapEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DebugDisplay, Map, UnfoldingMap

public interface MapEventListener
extends java.util.EventListener

Listens and reacts to map events. Most important implementing class is the main UnfoldingMap, but your application or any other class can implement this, too.


Method Summary
 java.lang.String getId()
           
 void onManipulation(MapEvent event)
           
 

Method Detail

getId

java.lang.String getId()

onManipulation

void onManipulation(MapEvent event)