public interface HasTouchStartHandlers extends HasHandlers
TouchStartHandler
instances.Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTouchStartHandler(TouchStartHandler handler)
Adds a
TouchStartEvent handler. |
fireEvent
HandlerRegistration addTouchStartHandler(TouchStartHandler handler)
TouchStartEvent
handler.handler
- the touch start handlerHandlerRegistration
used to remove this handler