org.geotools.map.event
Interface MapBoundsListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractMapPane, CrsStatusBarButton, DrawShapeAction, FeatureLayerHelper, GridCoverageLayerHelper, GridReaderLayerHelper, InfoToolHelper, JLayeredMapPane, JMapPane, MapAdapter, SwtMapPane

public interface MapBoundsListener
extends EventListener

The listener that's notified when a bounding box changes its area of interest.

Author:
Andrea Aime
See Also:
AreaOfInterestEvent

Method Summary
 void mapBoundsChanged(MapBoundsEvent event)
          Invoked when the area of interest or the coordinate system changes.
 

Method Detail

mapBoundsChanged

void mapBoundsChanged(MapBoundsEvent event)
Invoked when the area of interest or the coordinate system changes.

Parameters:
event - The change event.


Copyright © 1996-2014 Geotools. All Rights Reserved.