Interface MoveTouchCallback.Response

Enclosing interface:
MoveTouchCallback

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

    • proceed

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

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