Interface EndTouchCallback.Response

Enclosing interface:
EndTouchCallback

public static interface EndTouchCallback.Response
A response of the EndTouchCallback.
  • Method Details

    • proceed

      static EndTouchCallback.Response proceed()
      Returns a Response instance that allows the browser to process the event.
    • suppress

      static EndTouchCallback.Response suppress()
      Returns a Response instance that indicates that the event should be suppressed.