org.deegree.graphics
Interface MapEventController

All Superinterfaces:
EventController

public interface MapEventController
extends EventController

------------------------------------------------------------------------

Version:
$Revision: 1.3 $ $Date: 2004/03/11 08:25:33 $
Author:
Andreas Poth

Method Summary
 void addMapView(MapView mapView)
          adds a MapView to the EventController that shall be notified if something happens.
 void removeMapView(MapView mapView)
           
 

Method Detail

addMapView

public void addMapView(MapView mapView)
adds a MapView to the EventController that shall be notified if something happens.


removeMapView

public void removeMapView(MapView mapView)
See Also:
addMapView(MapView)