com.google.maps.gwt.client
Interface GoogleMap.RightClickHandler

Enclosing class:
GoogleMap

public static interface GoogleMap.RightClickHandler

This event is fired when the DOM contextmenu event is fired on the map container.


Method Summary
 void handle(MouseEvent event)
          Override to handle event.
 

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.