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


public interface PolylineMouseOutHandler

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


Nested Class Summary
static class PolylineMouseOutHandler.PolylineMouseOutEvent
          Encapsulates the arguments for the MapEvent.MOUSEOUT event on a Polyline.
 
Method Summary
 void onMouseOut(PolylineMouseOutHandler.PolylineMouseOutEvent event)
          Method to be invoked when a MapEvent.MOUSEOUT event fires on a Polyline.
 

Method Detail

onMouseOut

void onMouseOut(PolylineMouseOutHandler.PolylineMouseOutEvent event)
Method to be invoked when a MapEvent.MOUSEOUT event fires on a Polyline.

Parameters:
event - contains the properties of the event.