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

Enclosing class:
GoogleMap

public static interface GoogleMap.DblClickHandler

This event is fired when the user double-clicks on the map. Note that the click event will also fire, right before this one.


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

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.