Interface MoveMouseCallback.Response
- Enclosing interface:
- MoveMouseCallback
public static interface MoveMouseCallback.Response
A response of the
MoveMouseCallback.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic MoveMouseCallback.Responseproceed()Returns aResponseinstance that allows the browser to process the event.static MoveMouseCallback.Responsesuppress()Returns aResponseinstance that indicates that the event should be suppressed.
-
Method Details
-
proceed
Returns aResponseinstance that allows the browser to process the event. -
suppress
Returns aResponseinstance that indicates that the event should be suppressed.
-