Interface TypeKeyCallback.Response

Enclosing interface:
TypeKeyCallback

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

    • proceed

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

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