com.google.maps.gwt.client.drawing
Interface DrawingManager.CirclecompleteHandler

Enclosing class:
DrawingManager

public static interface DrawingManager.CirclecompleteHandler

This event is fired when the user has finished drawing a circle.


Method Summary
 void handle(Circle circle)
          Override to handle event.
 

Method Detail

handle

void handle(Circle circle)
Override to handle event.