Package com.teamdev.jxbrowser.browser.callback.input
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.browser.callback.input
The mouse and keyboard input callbacks.
-
InterfacesClassDescriptionThis callback is invoked when a
TouchCanceledevent is about to be processed by the browser.The parameters of theCancelTouchCallback.A response of theCancelTouchCallback.This callback is invoked when aTouchEndedevent is about to be processed by the browser.The parameters of theEndTouchCallback.A response of theEndTouchCallback.This callback is invoked when aMouseEnteredevent is about to be processed by the browser.The parameters of theEnterMouseCallback.A response of theEnterMouseCallback.This callback is invoked when aMouseExitedevent is about to be processed by the browser.The parameters of theExitMouseCallback.A response of theExitMouseCallback.This callback is invoked when aMouseMovedevent is about to be processed by the browser.The parameters of theMoveMouseCallback.A response of theMoveMouseCallback.This callback is invoked when aMouseWheelevent is about to be processed by the browser.The parameters of theMoveMouseWheelCallback.A response of theMoveMouseWheelCallback.This callback is invoked when aTouchMovedevent is about to be processed by the browser.The parameters of theMoveTouchCallback.A response of theMoveTouchCallback.This callback is invoked when aKeyPressedevent is about to be processed by the browser.The parameters of thePressKeyCallback.A response of thePressKeyCallback.This callback is invoked when aMousePressedevent is about to be processed by the browser.The parameters of thePressMouseCallback.A response of thePressMouseCallback.This callback is invoked when aKeyReleasedevent is about to be processed by the browser.The parameters of theReleaseKeyCallback.A response of theReleaseKeyCallback.This callback is invoked when aMouseReleasedevent is about to be processed by the browser.The parameters of theReleaseMouseCallback.A response of theReleaseMouseCallback.This callback is invoked when aTouchStartedevent is about to be processed by the browser.The parameters of theStartTouchCallback.A response of theStartTouchCallback.This callback is invoked when aKeyTypedevent is about to be processed by the browser.The parameters of theTypeKeyCallback.A response of theTypeKeyCallback.