Interface StartTouchCallback.Response
- Enclosing interface:
- StartTouchCallback
public static interface StartTouchCallback.Response
A response of the
StartTouchCallback.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic StartTouchCallback.Responseproceed()Returns aResponseinstance that allows the browser to process the event.static StartTouchCallback.Responsesuppress()Returns aResponseinstance that indicates that the event should be suppressed.
-
Method Details
-
proceed
Returns aResponseinstance that allows the browser to process the event. -
suppress
Returns aResponseinstance that indicates that the event should be suppressed.
-