Package com.teamdev.jxbrowser.browser.callback.input
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.browser.callback.input
The mouse and keyboard input callbacks.
-
ClassDescriptionThis callback is invoked when a
MouseEntered
event is about to be processed by the browser.The parameters of theEnterMouseCallback
.A response of theEnterMouseCallback
.This callback is invoked when aMouseExited
event is about to be processed by the browser.The parameters of theExitMouseCallback
.A response of theExitMouseCallback
.This callback is invoked when aMouseMoved
event is about to be processed by the browser.The parameters of theMoveMouseCallback
.A response of theMoveMouseCallback
.This callback is invoked when aMouseWheel
event is about to be processed by the browser.The parameters of theMoveMouseWheelCallback
.A response of theMoveMouseWheelCallback
.This callback is invoked when aKeyPressed
event is about to be processed by the browser.The parameters of thePressKeyCallback
.A response of thePressKeyCallback
.This callback is invoked when aMousePressed
event is about to be processed by the browser.The parameters of thePressMouseCallback
.A response of thePressMouseCallback
.This callback is invoked when aKeyReleased
event is about to be processed by the browser.The parameters of theReleaseKeyCallback
.A response of theReleaseKeyCallback
.This callback is invoked when aMouseReleased
event is about to be processed by the browser.The parameters of theReleaseMouseCallback
.A response of theReleaseMouseCallback
.This callback is invoked when aKeyTyped
event is about to be processed by the browser.The parameters of theTypeKeyCallback
.A response of theTypeKeyCallback
.