Interface StartTouchCallback
- All Superinterfaces:
BrowserCallback,BrowserSyncCallback<StartTouchCallback.Params,,StartTouchCallback.Response> Callback,SyncCallback<StartTouchCallback.Params,StartTouchCallback.Response>
public interface StartTouchCallback
extends BrowserSyncCallback<StartTouchCallback.Params,StartTouchCallback.Response>
This callback is invoked when a
TouchStarted event is about to be processed by the
browser.
Return the StartTouchCallback.Response.proceed() response to allow the browser to
process the event.
Return the StartTouchCallback.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 theStartTouchCallback.static interfaceA response of theStartTouchCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on