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