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