Uses of Interface
com.teamdev.jxbrowser.browser.callback.input.EnterMouseCallback.Response
Package
Description
The mouse and keyboard input callbacks.
-
Uses of EnterMouseCallback.Response in com.teamdev.jxbrowser.browser.callback.input
Modifier and TypeMethodDescriptionstatic EnterMouseCallback.Response
EnterMouseCallback.Response.proceed()
Returns aResponse
instance that allows the browser to process the event.static EnterMouseCallback.Response
EnterMouseCallback.Response.suppress()
Returns aResponse
instance that indicates that the event should be suppressed.