Uses of Interface
com.biglybt.pif.PluginEventListener
Packages that use PluginEventListener
-
Uses of PluginEventListener in com.biglybt.pif
Methods in com.biglybt.pif with parameters of type PluginEventListenerModifier and TypeMethodDescriptionvoidPluginInterface.addEventListener(PluginEventListener l) voidPluginInterface.removeEventListener(PluginEventListener l) -
Uses of PluginEventListener in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local with type parameters of type PluginEventListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList<PluginEventListener> PluginInterfaceImpl.event_listenersMethods in com.biglybt.pifimpl.local with parameters of type PluginEventListenerModifier and TypeMethodDescriptionvoidPluginInterfaceImpl.addEventListener(PluginEventListener l) voidPluginInterfaceImpl.removeEventListener(PluginEventListener l) -
Uses of PluginEventListener in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type PluginEventListenerModifier and TypeMethodDescriptionvoidRPPluginInterface.addEventListener(PluginEventListener l) voidRPPluginInterface.removeEventListener(PluginEventListener l)