Interface ReleaseKeyCallback.Response
- Enclosing interface:
- ReleaseKeyCallback
public static interface ReleaseKeyCallback.Response
A response of the
ReleaseKeyCallback
.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReleaseKeyCallback.Response
proceed()
Returns aResponse
instance that allows the browser to process the event.static ReleaseKeyCallback.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.
-