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


public interface MapRemoveOverlayHandler

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


Nested Class Summary
static class MapRemoveOverlayHandler.MapRemoveOverlayEvent
          Encapsulates the arguments for the MapEvent.REMOVEOVERLAY event on a MapWidget.
 
Method Summary
 void onRemoveOverlay(MapRemoveOverlayHandler.MapRemoveOverlayEvent event)
          Method to be invoked when a MapEvent.REMOVEOVERLAY event fires on a MapWidget.
 

Method Detail

onRemoveOverlay

void onRemoveOverlay(MapRemoveOverlayHandler.MapRemoveOverlayEvent event)
Method to be invoked when a MapEvent.REMOVEOVERLAY event fires on a MapWidget.

Parameters:
event - contains the properties of the event.