Uses of Interface
com.teamdev.jxbrowser.browser.callback.input.MoveMouseCallback.Response
Packages that use MoveMouseCallback.Response
Package
Description
The mouse and keyboard input callbacks.
-
Uses of MoveMouseCallback.Response in com.teamdev.jxbrowser.browser.callback.input
Methods in com.teamdev.jxbrowser.browser.callback.input that return MoveMouseCallback.ResponseModifier and TypeMethodDescriptionstatic MoveMouseCallback.ResponseMoveMouseCallback.Response.proceed()Returns aResponseinstance that allows the browser to process the event.static MoveMouseCallback.ResponseMoveMouseCallback.Response.suppress()Returns aResponseinstance that indicates that the event should be suppressed.