Uses of Interface
com.biglybt.pif.PluginState
-
Packages that use PluginState Package Description com.biglybt.pif com.biglybt.pifimpl.local com.biglybt.pifimpl.remote -
-
Uses of PluginState in com.biglybt.pif
Methods in com.biglybt.pif that return PluginState Modifier and Type Method Description PluginState
PluginInterface. getPluginState()
Returns an object that provides information the current state of the plugin, and provides various mechanisms to query and control plugins and their integration with the client at a low-level. -
Uses of PluginState in com.biglybt.pifimpl.local
Classes in com.biglybt.pifimpl.local that implement PluginState Modifier and Type Class Description class
PluginStateImpl
Methods in com.biglybt.pifimpl.local that return PluginState Modifier and Type Method Description PluginState
PluginInterfaceImpl. getPluginState()
-
Uses of PluginState in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return PluginState Modifier and Type Method Description PluginState
RPPluginInterface. getPluginState()
-