Interface PressKeyCallback.Response
- Enclosing interface:
- PressKeyCallback
public static interface PressKeyCallback.Response
A response of the
PressKeyCallback
.-
Method Summary
Modifier and TypeMethodDescriptionstatic PressKeyCallback.Response
proceed()
Returns aResponse
instance that allows the browser to process the event.static PressKeyCallback.Response
suppress()
Returns aResponse
instance that indicates that the event should be suppressed.
-
Method Details
-
proceed
Returns aResponse
instance that allows the browser to process the event. -
suppress
Returns aResponse
instance that indicates that the event should be suppressed.
-