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