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


public interface PolygonCancelLineHandler

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


Nested Class Summary
static class PolygonCancelLineHandler.PolygonCancelLineEvent
          Encapsulates the arguments for the MapEvent.CANCELLINE event on a Polygon.
 
Method Summary
 void onCancel(PolygonCancelLineHandler.PolygonCancelLineEvent event)
          Method to be invoked when a MapEvent.CANCELLINE event fires on a Polygon.
 

Method Detail

onCancel

void onCancel(PolygonCancelLineHandler.PolygonCancelLineEvent event)
Method to be invoked when a MapEvent.CANCELLINE event fires on a Polygon.

Parameters:
event - contains the properties of the event.