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