Uses of Interface
com.biglybt.pif.installer.PluginInstallationListener
-
Packages that use PluginInstallationListener Package Description com.biglybt.pif.installer com.biglybt.pifimpl.local.installer -
-
Uses of PluginInstallationListener in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer with parameters of type PluginInstallationListener Modifier and Type Method Description UpdateCheckInstance
PluginInstaller. install(InstallablePlugin[] plugins, boolean shared, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
void
PluginInstaller. uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener)
UpdateCheckInstance
PluginInstaller. uninstall(PluginInterface[] plugin_interfaces, PluginInstallationListener listener, java.util.Map<java.lang.Integer,java.lang.Object> properties)
-
Uses of PluginInstallationListener in com.biglybt.pifimpl.local.installer
Methods in com.biglybt.pifimpl.local.installer with parameters of type PluginInstallationListener Modifier and Type Method Description protected UpdateCheckInstance
PluginInstallerImpl. install(InstallablePlugin[] plugins, boolean shared, boolean low_noise, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
UpdateCheckInstance
PluginInstallerImpl. install(InstallablePlugin[] plugins, boolean shared, java.util.Map<java.lang.Integer,java.lang.Object> properties, PluginInstallationListener listener)
void
PluginInstallerImpl. uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null)
UpdateCheckInstance
PluginInstallerImpl. uninstall(PluginInterface[] pis, PluginInstallationListener listener_maybe_null, java.util.Map<java.lang.Integer,java.lang.Object> properties)
-