Uses of Interface
com.teamdev.jxbrowser.plugin.callback.AllowPluginCallback.Response
Packages that use AllowPluginCallback.Response
-
Uses of AllowPluginCallback.Response in com.teamdev.jxbrowser.plugin.callback
Methods in com.teamdev.jxbrowser.plugin.callback that return AllowPluginCallback.ResponseModifier and TypeMethodDescriptionstatic AllowPluginCallback.Response
AllowPluginCallback.Response.allow()
Notifies the engine that the plugin is allowed to be used.static AllowPluginCallback.Response
AllowPluginCallback.Response.deny()
Notifies the engine that the plugin isn't allowed at the moment.