public interface HasDragStopHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDragStopHandler(DragStopHandler handler)
If
canDrag is true, this notification method will be
fired when the user completes a drag on the draw item. |
fireEventHandlerRegistration addDragStopHandler(DragStopHandler handler)
canDrag is true, this notification method will be
fired when the user completes a drag on the draw item.handler - the dragStop handlerHandlerRegistration used to remove this handler