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


public interface PolylineCancelLineHandler

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


Nested Class Summary
static class PolylineCancelLineHandler.PolylineCancelLineEvent
          Encapsulates the arguments for the MapEvent.CANCELLINE event on a Polyline.
 
Method Summary
 void onCancel(PolylineCancelLineHandler.PolylineCancelLineEvent event)
          Method to be invoked when a MapEvent.CANCELLINE event fires on a Polyline.
 

Method Detail

onCancel

void onCancel(PolylineCancelLineHandler.PolylineCancelLineEvent event)
Method to be invoked when a MapEvent.CANCELLINE event fires on a Polyline.

Parameters:
event - contains the properties of the event.