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


public interface PolylineRemoveHandler

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


Nested Class Summary
static class PolylineRemoveHandler.PolylineRemoveEvent
          Encapsulates the arguments for the MapEvent.REMOVE event on a Polyline.
 
Method Summary
 void onRemove(PolylineRemoveHandler.PolylineRemoveEvent event)
          Method to be invoked when a MapEvent.REMOVE event fires on a Polyline.
 

Method Detail

onRemove

void onRemove(PolylineRemoveHandler.PolylineRemoveEvent event)
Method to be invoked when a MapEvent.REMOVE event fires on a Polyline.

Parameters:
event - contains the properties of the event.