com.smartgwt.client.widgets.drawing.events
Interface HasMouseUpHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
DrawBlockConnector, DrawCurve, DrawGroup, DrawImage, DrawItem, DrawLabel, DrawLine, DrawLinePath, DrawOval, DrawPath, DrawPolygon, DrawRect, DrawSector, DrawTriangle

public interface HasMouseUpHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addMouseUpHandler(MouseUpHandler handler)
          Executed when the left mouse is released on this widget.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addMouseUpHandler

HandlerRegistration addMouseUpHandler(MouseUpHandler handler)
Executed when the left mouse is released on this widget. No default implementation.

Parameters:
handler - the mouseUp handler
Returns:
HandlerRegistration used to remove this handler