Uses of Interface
com.teamdev.jxbrowser.browser.callback.input.ExitMouseCallback.Response
Packages that use ExitMouseCallback.Response
Package
Description
The mouse and keyboard input callbacks.
-
Uses of ExitMouseCallback.Response in com.teamdev.jxbrowser.browser.callback.input
Methods in com.teamdev.jxbrowser.browser.callback.input that return ExitMouseCallback.ResponseModifier and TypeMethodDescriptionstatic ExitMouseCallback.ResponseExitMouseCallback.Response.proceed()Returns aResponseinstance that allows the browser to process the event.static ExitMouseCallback.ResponseExitMouseCallback.Response.suppress()Returns aResponseinstance that indicates that the event should be suppressed.