org.geotools.map.event
Interface MapBoundsListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- FlyingSaucer, JMapPane
public interface MapBoundsListener
- extends java.util.EventListener
The listener that's notified when a bounding box changes its area of interest.
- Version:
- $Id: MapBoundsListener.java 30649 2008-06-12 19:44:08Z acuster $
- Author:
- Andrea Aime
- See Also:
AreaOfInterestEvent
mapBoundsChanged
void mapBoundsChanged(MapBoundsEvent event)
- Invoked when the area of interest or the coordinate system changes
- Parameters:
event
- The change event.
Copyright © 1996-2010 Geotools. All Rights Reserved.