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