com.google.maps.gwt.client
Interface Polyline.MouseUpHandler

Enclosing class:
Polyline

public static interface Polyline.MouseUpHandler

This event is fired when the DOM mouseup event is fired on the Polyline.


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

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.