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