Interface AllowPluginCallback
- All Superinterfaces:
Callback
,PluginsCallback
,PluginsSyncCallback<AllowPluginCallback.Params,
,AllowPluginCallback.Response> SyncCallback<AllowPluginCallback.Params,
AllowPluginCallback.Response>
public interface AllowPluginCallback
extends PluginsSyncCallback<AllowPluginCallback.Params,AllowPluginCallback.Response>
This callback is invoked when the engine wants to check whether a specific plugin is allowed or
not.
Use the AllowPluginCallback.Response.allow()
method to allow the plugin.
Use the AllowPluginCallback.Response.deny()
method to deny the plugin.
Important: the engine will be blocked until the callback response is sent. It is not allowed to invoke any engine/browser methods in this callback.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The parameters of theAllowPluginCallback
.static interface
A response forAllowPluginCallback
. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on