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


public interface PolylineMouseOverHandler

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


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

Method Detail

onMouseOver

void onMouseOver(PolylineMouseOverHandler.PolylineMouseOverEvent event)
Method to be invoked when a MapEvent.MOUSEOVER event fires on a Polyline.

Parameters:
event - contains the properties of the event.