Uses of Interface
com.biglybt.pif.PluginListener
Packages that use PluginListener
Package
Description
-
Uses of PluginListener in com.biglybt.pif
Classes in com.biglybt.pif that implement PluginListenerMethods in com.biglybt.pif with parameters of type PluginListenerModifier and TypeMethodDescriptionvoid
PluginInterface.addListener
(PluginListener l) void
PluginInterface.removeListener
(PluginListener l) -
Uses of PluginListener in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local with type parameters of type PluginListenerModifier and TypeFieldDescriptionprivate Set
<PluginListener> PluginInterfaceImpl.init_complete_fired_set
private CopyOnWriteList
<PluginListener> PluginInterfaceImpl.listeners
Methods in com.biglybt.pifimpl.local with parameters of type PluginListenerModifier and TypeMethodDescriptionvoid
PluginInterfaceImpl.addListener
(PluginListener l) protected void
PluginInterfaceImpl.fireInitComplete
(PluginListener listener) void
PluginInterfaceImpl.removeListener
(PluginListener l) -
Uses of PluginListener in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type PluginListenerModifier and TypeMethodDescriptionvoid
RPPluginInterface.addListener
(PluginListener l) void
RPPluginInterface.removeListener
(PluginListener l) -
Uses of PluginListener in com.biglybt.plugin.sharing.hoster
Classes in com.biglybt.plugin.sharing.hoster that implement PluginListener