com.google.maps.gwt.client
Interface Marker.MouseDownHandler

Enclosing class:
Marker

public static interface Marker.MouseDownHandler

This event is fired for a mousedown on the marker.


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

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.