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 TypeMethodDescriptionvoid
PluginInterface.addEventListener
(PluginEventListener l) void
PluginInterface.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_listeners
Methods in com.biglybt.pifimpl.local with parameters of type PluginEventListenerModifier and TypeMethodDescriptionvoid
PluginInterfaceImpl.addEventListener
(PluginEventListener l) void
PluginInterfaceImpl.removeEventListener
(PluginEventListener l) -
Uses of PluginEventListener in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type PluginEventListenerModifier and TypeMethodDescriptionvoid
RPPluginInterface.addEventListener
(PluginEventListener l) void
RPPluginInterface.removeEventListener
(PluginEventListener l)