Uses of Interface
com.biglybt.pif.installer.PluginInstallerListener
Packages that use PluginInstallerListener
-
Uses of PluginInstallerListener in com.biglybt.pif.installer
Methods in com.biglybt.pif.installer with parameters of type PluginInstallerListenerModifier and TypeMethodDescriptionvoid
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 PluginInstallerListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList<PluginInstallerListener>
PluginInstallerImpl.listeners
Methods in com.biglybt.pifimpl.local.installer with parameters of type PluginInstallerListenerModifier and TypeMethodDescriptionvoid
PluginInstallerImpl.addListener
(PluginInstallerListener l) void
PluginInstallerImpl.removeListener
(PluginInstallerListener l)