Interface ExitMouseCallback.Response

Enclosing interface:
ExitMouseCallback

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

    • proceed

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

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