com.google.gwt.maps.client.event
Interface MapMoveEndHandler


public interface MapMoveEndHandler

Provides an interface to implement in order to receive MapEvent.MOVEEND events from the MapWidget.


Nested Class Summary
static class MapMoveEndHandler.MapMoveEndEvent
          Encapsulates the arguments for the MapEvent.MOVEEND event on a MapWidget.
 
Method Summary
 void onMoveEnd(MapMoveEndHandler.MapMoveEndEvent event)
          Method to be invoked when a MapEvent.MOVEEND event fires on a MapWidget.
 

Method Detail

onMoveEnd

void onMoveEnd(MapMoveEndHandler.MapMoveEndEvent event)
Method to be invoked when a MapEvent.MOVEEND event fires on a MapWidget.

Parameters:
event - contains the properties of the event.