Interface MoveMouseWheelCallback
- All Superinterfaces:
BrowserCallback,BrowserSyncCallback<MoveMouseWheelCallback.Params,,MoveMouseWheelCallback.Response> Callback,SyncCallback<MoveMouseWheelCallback.Params,MoveMouseWheelCallback.Response>
public interface MoveMouseWheelCallback
extends BrowserSyncCallback<MoveMouseWheelCallback.Params,MoveMouseWheelCallback.Response>
This callback is invoked when a
MouseWheel event is about to be processed by the
browser.
Return the MoveMouseWheelCallback.Response.proceed() response to allow the browser to process the event.
Return the MoveMouseWheelCallback.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 theMoveMouseWheelCallback.static interfaceA response of theMoveMouseWheelCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on