Uses of Interface
com.biglybt.pif.installer.PluginInstallationListener
Packages that use PluginInstallationListener
-
Uses of PluginInstallationListener in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer with parameters of type PluginInstallationListenerModifier and TypeMethodDescriptionPluginInstaller.install(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) voidPluginInstaller.uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener) PluginInstaller.uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener, Map<Integer, Object> properties) -
Uses of PluginInstallationListener in com.biglybt.pifimpl.local.installer
Methods in com.biglybt.pifimpl.local.installer with parameters of type PluginInstallationListenerModifier and TypeMethodDescriptionprotected UpdateCheckInstancePluginInstallerImpl.install(InstallablePlugin[] plugins, boolean shared, boolean low_noise, Map<Integer, Object> properties, PluginInstallationListener listener) PluginInstallerImpl.install(InstallablePlugin[] plugins, boolean shared, Map<Integer, Object> properties, PluginInstallationListener listener) voidPluginInstallerImpl.uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null) PluginInstallerImpl.uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null, Map<Integer, Object> properties)