Interface CancelTouchCallback
- All Superinterfaces:
BrowserCallback,BrowserSyncCallback<CancelTouchCallback.Params,,CancelTouchCallback.Response> Callback,SyncCallback<CancelTouchCallback.Params,CancelTouchCallback.Response>
public interface CancelTouchCallback
extends BrowserSyncCallback<CancelTouchCallback.Params,CancelTouchCallback.Response>
This callback is invoked when a
TouchCanceled event is about to be processed by the
browser.
Return the CancelTouchCallback.Response.proceed() response to allow the browser to process the event.
Return the CancelTouchCallback.Response.suppress() response to suppress the event.
Important: the engine will be blocked until you return a response from the callback.
- Since:
- 8.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe parameters of theCancelTouchCallback.static interfaceA response of theCancelTouchCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on