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