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


public interface PolygonMouseOverHandler

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


Nested Class Summary
static class PolygonMouseOverHandler.PolygonMouseOverEvent
          Encapsulates the arguments for the MapEvent.MOUSEOVER event on a Polygon.
 
Method Summary
 void onMouseOver(PolygonMouseOverHandler.PolygonMouseOverEvent event)
          Method to be invoked when a MapEvent.MOUSEOVER event fires on a Polygon.
 

Method Detail

onMouseOver

void onMouseOver(PolygonMouseOverHandler.PolygonMouseOverEvent event)
Method to be invoked when a MapEvent.MOUSEOVER event fires on a Polygon.

Parameters:
event - contains the properties of the event.