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