public interface HasDragStopHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDragStopHandler(DragStopHandler handler)
Executed when the mouse button is released at the end of the drag.
|
fireEvent
HandlerRegistration addDragStopHandler(DragStopHandler handler)
handler
- the dragStop handlerHandlerRegistration
used to remove this handler