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


public interface PolylineEndLineHandler

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


Nested Class Summary
static class PolylineEndLineHandler.PolylineEndLineEvent
          Encapsulates the arguments for the MapEvent.ENDLINE event on a Polyline.
 
Method Summary
 void onEnd(PolylineEndLineHandler.PolylineEndLineEvent event)
          Method to be invoked when a MapEvent.ENDLINE event fires on a Polyline.
 

Method Detail

onEnd

void onEnd(PolylineEndLineHandler.PolylineEndLineEvent event)
Method to be invoked when a MapEvent.ENDLINE event fires on a Polyline.

Parameters:
event - contains the properties of the event.