public interface EnterMouseCallback extends BrowserSyncCallback<EnterMouseCallback.Params,EnterMouseCallback.Response>
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.
Modifier and Type | Interface and Description |
---|---|
static interface |
EnterMouseCallback.Params
The parameters of the
EnterMouseCallback . |
static interface |
EnterMouseCallback.Response
A response of the
EnterMouseCallback . |
on