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


public interface MapDragEndHandler

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


Nested Class Summary
static class MapDragEndHandler.MapDragEndEvent
          Encapsulates the arguments for the MapEvent.DRAGEND event on a MapWidget.
 
Method Summary
 void onDragEnd(MapDragEndHandler.MapDragEndEvent event)
          Method to be invoked when a MapEvent.DRAGEND event fires on a MapWidget.
 

Method Detail

onDragEnd

void onDragEnd(MapDragEndHandler.MapDragEndEvent event)
Method to be invoked when a MapEvent.DRAGEND event fires on a MapWidget.

Parameters:
event - contains the properties of the event.