Uses of Interface
com.biglybt.pif.PluginListener
-
Packages that use PluginListener Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.remote com.biglybt.plugin.sharing.hoster -
-
Uses of PluginListener in com.biglybt.pif
Classes in com.biglybt.pif that implement PluginListener Modifier and Type Class Description class
PluginAdapter
Methods in com.biglybt.pif with parameters of type PluginListener Modifier and Type Method Description void
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 PluginListener Modifier and Type Field Description private java.util.Set<PluginListener>
PluginInterfaceImpl. init_complete_fired_set
private CopyOnWriteList<PluginListener>
PluginInterfaceImpl. listeners
Methods in com.biglybt.pifimpl.local with parameters of type PluginListener Modifier and Type Method Description void
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 PluginListener Modifier and Type Method Description void
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 Modifier and Type Class Description class
ShareHosterPlugin
-