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


public interface PolygonRemoveHandler

Provides an interface to implement in order to receive MapEvent.REMOVE events from the Polygon.


Nested Class Summary
static class PolygonRemoveHandler.PolygonRemoveEvent
          Encapsulates the arguments for the MapEvent.REMOVE event on a Polygon.
 
Method Summary
 void onRemove(PolygonRemoveHandler.PolygonRemoveEvent event)
          Method to be invoked when a MapEvent.REMOVE event fires on a Polygon.
 

Method Detail

onRemove

void onRemove(PolygonRemoveHandler.PolygonRemoveEvent event)
Method to be invoked when a MapEvent.REMOVE event fires on a Polygon.

Parameters:
event - contains the properties of the event.