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