Interface ReleaseMouseCallback.Response
- Enclosing interface:
- ReleaseMouseCallback
public static interface ReleaseMouseCallback.Response
A response of the
ReleaseMouseCallback.-
Method Details
-
proceed
Returns aResponseinstance that allows the browser to process the event. -
suppress
Returns aResponseinstance that indicates that the event should be suppressed.
-