public interface HasDragRepositionStartHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDragRepositionStartHandler(DragRepositionStartHandler handler)
Executed when dragging first starts.
|
fireEvent
HandlerRegistration addDragRepositionStartHandler(DragRepositionStartHandler handler)
handler
- the dragRepositionStart handlerHandlerRegistration
used to remove this handler