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