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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe parameters of theAllowPluginCallback.static interfaceA response forAllowPluginCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on