public interface HasTouchMoveHandlers extends HasHandlers
TouchMoveHandler
instances.Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTouchMoveHandler(TouchMoveHandler handler)
Adds a
TouchMoveEvent handler. |
fireEvent
HandlerRegistration addTouchMoveHandler(TouchMoveHandler handler)
TouchMoveEvent
handler.handler
- the touch move handlerHandlerRegistration
used to remove this handler