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


public interface PolygonClickHandler

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


Nested Class Summary
static class PolygonClickHandler.PolygonClickEvent
          Encapsulates the arguments for the MapEvent.CLICK event on a Polygon.
 
Method Summary
 void onClick(PolygonClickHandler.PolygonClickEvent event)
          Method to be invoked when a MapEvent.CLICK event fires on a Polygon.
 

Method Detail

onClick

void onClick(PolygonClickHandler.PolygonClickEvent event)
Method to be invoked when a MapEvent.CLICK event fires on a Polygon.

Parameters:
event - contains the properties of the event.