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

Enclosing class:
Rectangle

public static interface Rectangle.MouseDownHandler

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


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

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.