Interface MoveMouseCallback
- All Superinterfaces:
BrowserCallback,BrowserSyncCallback<MoveMouseCallback.Params,,MoveMouseCallback.Response> Callback,SyncCallback<MoveMouseCallback.Params,MoveMouseCallback.Response>
public interface MoveMouseCallback
extends BrowserSyncCallback<MoveMouseCallback.Params,MoveMouseCallback.Response>
This callback is invoked when a
MouseMoved event is about to be processed by the
browser.
Return the MoveMouseCallback.Response.proceed() response to allow the browser to process the event.
Return the MoveMouseCallback.Response.suppress() response to suppress the event.
Important: the engine will be blocked until you return a response from the callback.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe parameters of theMoveMouseCallback.static interfaceA response of theMoveMouseCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on