public interface HasMouseUpHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addMouseUpHandler(MouseUpHandler handler)
Executed when the left mouse is released on this widget.
|
com.google.gwt.event.shared.HandlerRegistration addMouseUpHandler(MouseUpHandler handler)
handler
- the mouseUp handlerHandlerRegistration
used to remove this handler