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


public interface PolygonEndLineHandler

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


Nested Class Summary
static class PolygonEndLineHandler.PolygonEndLineEvent
          Encapsulates the arguments for the MapEvent.ENDLINE event on a Polygon.
 
Method Summary
 void onEnd(PolygonEndLineHandler.PolygonEndLineEvent event)
          Method to be invoked when a MapEvent.ENDLINE event fires on a Polygon.
 

Method Detail

onEnd

void onEnd(PolygonEndLineHandler.PolygonEndLineEvent event)
Method to be invoked when a MapEvent.ENDLINE event fires on a Polygon.

Parameters:
event - contains the properties of the event.