org.geotools.map.event
Interface MapBoundsListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JMapPane

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
Module:
modules/library/render (gt-render.jar)

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-2010 Geotools. All Rights Reserved.