Interface InstallExtensionCallback
- All Superinterfaces:
AsyncCallback<InstallExtensionCallback.Params,,InstallExtensionCallback.Action> Callback,ExtensionsCallback
public interface InstallExtensionCallback
A callback that is invoked when the user installs an extension from Chrome Web Store.
Use the InstallExtensionCallback.Action.install() method to install the extension.
Use the InstallExtensionCallback.Action.cancel() method to cancel the installation.
- Since:
- 8.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classAn action providing a response to theInstallExtensionCallback.static interfaceThe parameters of theInstallExtensionCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.AsyncCallback
on