119120121122123124125
@Override public HandlerRegistration addTouchCancelHandler(Widget w, TouchCancelHandler handler) { if (hasTouchSupport) { return delegate.addTouchCancelHandler(w, handler); } return new NoopHandlerRegistration(); }