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


public interface PolygonLineUpdatedHandler

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


Nested Class Summary
static class PolygonLineUpdatedHandler.PolygonLineUpdatedEvent
          Encapsulates the arguments for the MapEvent.LINEUPDATED event on a Polygon.
 
Method Summary
 void onUpdate(PolygonLineUpdatedHandler.PolygonLineUpdatedEvent event)
          Method to be invoked when a MapEvent.LINEUPDATED event fires on a Polygon.
 

Method Detail

onUpdate

void onUpdate(PolygonLineUpdatedHandler.PolygonLineUpdatedEvent event)
Method to be invoked when a MapEvent.LINEUPDATED event fires on a Polygon.

Parameters:
event - contains the properties of the event.