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