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


public interface MapRightClickHandler

Provides an interface to implement in order to receive click events from the MapWidget. Note that this event is fired for right clicks and fired twice when the user intends to send a double click.


Nested Class Summary
static class MapRightClickHandler.MapRightClickEvent
          Encapsulates the arguments for the "click" event on a MapWidget.
 
Method Summary
 void onRightClick(MapRightClickHandler.MapRightClickEvent event)
          Method to be invoked when a "click" event fires on a MapWidget.
 

Method Detail

onRightClick

void onRightClick(MapRightClickHandler.MapRightClickEvent event)
Method to be invoked when a "click" event fires on a MapWidget.

Parameters:
event - contains the properties of the event.