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