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


public interface MapDragHandler

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


Nested Class Summary
static class MapDragHandler.MapDragEvent
          Encapsulates the arguments for the MapEvent.DRAG event on a MapWidget.
 
Method Summary
 void onDrag(MapDragHandler.MapDragEvent event)
          Method to be invoked when a MapEvent.DRAG event fires on a MapWidget.
 

Method Detail

onDrag

void onDrag(MapDragHandler.MapDragEvent event)
Method to be invoked when a MapEvent.DRAG event fires on a MapWidget.

Parameters:
event - contains the properties of the event.