Package org.geotools.map
Interface MapBoundsListener
- 
- All Superinterfaces:
- EventListener
 - All Known Implementing Classes:
- AbstractMapPane,- FeatureLayerHelper,- GridCoverageLayerHelper,- GridReaderLayerHelper,- InfoToolHelper,- JLayeredMapPane,- JMapPane,- MapAdapter
 
 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmapBoundsChanged(MapBoundsEvent event)Invoked when the area of interest or the coordinate system changes.
 
- 
- 
- 
Method Detail- 
mapBoundsChangedvoid mapBoundsChanged(MapBoundsEvent event) Invoked when the area of interest or the coordinate system changes.- Parameters:
- event- The change event.
 
 
- 
 
-