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 TypeMethodDescriptionvoidPluginInterface.addListener(PluginListener l) voidPluginInterface.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_setprivate CopyOnWriteList<PluginListener> PluginInterfaceImpl.listenersMethods in com.biglybt.pifimpl.local with parameters of type PluginListenerModifier and TypeMethodDescriptionvoidPluginInterfaceImpl.addListener(PluginListener l) protected voidPluginInterfaceImpl.fireInitComplete(PluginListener listener) voidPluginInterfaceImpl.removeListener(PluginListener l) -
Uses of PluginListener in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type PluginListenerModifier and TypeMethodDescriptionvoidRPPluginInterface.addListener(PluginListener l) voidRPPluginInterface.removeListener(PluginListener l) -
Uses of PluginListener in com.biglybt.plugin.sharing.hoster
Classes in com.biglybt.plugin.sharing.hoster that implement PluginListener