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