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

Enclosing class:
Circle

public static interface Circle.MouseDownHandler

This event is fired when the DOM mousedown event is fired on the circle.


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

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.