public interface HasDragMoveHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDragMoveHandler(DragMoveHandler handler)
If
canDrag is true, this notification method will be
fired when the user drags the draw item. |
fireEvent
HandlerRegistration addDragMoveHandler(DragMoveHandler handler)
canDrag
is true, this notification method will be
fired when the user drags the draw item.handler
- the dragMove handlerHandlerRegistration
used to remove this handler