public interface HasTouchCancelHandlers extends HasHandlers
TouchCancelHandler
instances.Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTouchCancelHandler(TouchCancelHandler handler)
Adds a
TouchCancelEvent handler. |
fireEvent
HandlerRegistration addTouchCancelHandler(TouchCancelHandler handler)
TouchCancelEvent
handler.handler
- the touch cancel handlerHandlerRegistration
used to remove this handler