Interface ReleaseMouseCallback.Response
- Enclosing interface:
- ReleaseMouseCallback
public static interface ReleaseMouseCallback.Response
A response of the
ReleaseMouseCallback
.-
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.
-