Uses of Interface
com.biglybt.pif.installer.PluginInstallerListener
-
Packages that use PluginInstallerListener Package Description com.biglybt.pif.installer com.biglybt.pifimpl.local.installer -
-
Uses of PluginInstallerListener in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer with parameters of type PluginInstallerListener Modifier and Type Method Description void
PluginInstaller. addListener(PluginInstallerListener l)
void
PluginInstaller. removeListener(PluginInstallerListener l)
-
Uses of PluginInstallerListener in com.biglybt.pifimpl.local.installer
Fields in com.biglybt.pifimpl.local.installer with type parameters of type PluginInstallerListener Modifier and Type Field Description private CopyOnWriteList<PluginInstallerListener>
PluginInstallerImpl. listeners
Methods in com.biglybt.pifimpl.local.installer with parameters of type PluginInstallerListener Modifier and Type Method Description void
PluginInstallerImpl. addListener(PluginInstallerListener l)
void
PluginInstallerImpl. removeListener(PluginInstallerListener l)
-