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