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