org.geotools.map.event
Interface MapBoundsListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
MapPane
All Known Implementing Classes:
MapPaneImpl

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 17701 2006-01-23 00:00:51Z desruisseaux $
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

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

Parameters:
event - The change event.


Copyright © GeoTools. All Rights Reserved.