public interface HasDragMoveHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDragMoveHandler(DragMoveHandler handler)
Executed every time the mouse moves while dragging this canvas.
|
fireEvent
HandlerRegistration addDragMoveHandler(DragMoveHandler handler)
handler
- the dragMove handlerHandlerRegistration
used to remove this handler