public interface HasAllTouchHandlers extends HasTouchStartHandlers, HasTouchMoveHandlers, HasTouchEndHandlers, HasTouchCancelHandlers
WARNING, PLEASE READ: As this interface is intended for developers who wish to handle all touch events in GWT, new touch event handlers will be added to it. Therefore, updates can cause breaking API changes.
addTouchStartHandler
addTouchMoveHandler
addTouchEndHandler
addTouchCancelHandler
fireEvent