Package com.teamdev.jxbrowser.extensions.callback
@ParametersAreNonnullByDefault
package com.teamdev.jxbrowser.extensions.callback
This package provides the classes that allow you to work with extension callbacks.
-
ClassDescriptionAn interface that all extension callbacks must extend.An interface that all extensions callbacks must extend.A callback that is invoked when the user installs an extension from Chrome Web Store.An action providing a response to the
InstallExtensionCallback.The parameters of theInstallExtensionCallback.A callback that is invoked when an extension wants to open a popup browser.An action providing a response to theOpenExtensionPopupCallback.The parameters of theOpenExtensionPopupCallback.A callback that is invoked when the user uninstalls/removes an extension from Chrome Web Store or on the chrome://extensions page.An action providing a response to theUninstallExtensionCallback.The parameters of theUninstallExtensionCallback.