Uses of Interface
com.biglybt.pif.PluginEventListener
-
Packages that use PluginEventListener Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.remote -
-
Uses of PluginEventListener in com.biglybt.pif
Methods in com.biglybt.pif with parameters of type PluginEventListener Modifier and Type Method Description void
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 PluginEventListener Modifier and Type Field Description private CopyOnWriteList<PluginEventListener>
PluginInterfaceImpl. event_listeners
Methods in com.biglybt.pifimpl.local with parameters of type PluginEventListener Modifier and Type Method Description void
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 PluginEventListener Modifier and Type Method Description void
RPPluginInterface. addEventListener(PluginEventListener l)
void
RPPluginInterface. removeEventListener(PluginEventListener l)
-