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