Uses of Class
com.biglybt.pifimpl.local.PluginInterfaceImpl
-
Packages that use PluginInterfaceImpl Package Description com.biglybt.pifimpl.local -
-
Uses of PluginInterfaceImpl in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local declared as PluginInterfaceImpl Modifier and Type Field Description private PluginInterfaceImpl
PluginInitializer. default_plugin
private PluginInterfaceImpl
PluginStateImpl. pi
protected PluginInterfaceImpl
FailedPlugin. plugin_interface
Fields in com.biglybt.pifimpl.local with type parameters of type PluginInterfaceImpl Modifier and Type Field Description private java.util.List<PluginInterfaceImpl>
PluginInitializer. s_plugin_interfaces
Methods in com.biglybt.pifimpl.local that return PluginInterfaceImpl Modifier and Type Method Description protected PluginInterfaceImpl
PluginInitializer. getPluginFromClass(java.lang.Class cla)
protected PluginInterfaceImpl
PluginInitializer. getPluginFromClass(java.lang.String class_name)
Methods in com.biglybt.pifimpl.local that return types with arguments of type PluginInterfaceImpl Modifier and Type Method Description static java.util.List<PluginInterfaceImpl>
PluginInitializer. getPluginInterfaces()
private java.util.List<PluginInterfaceImpl>
PluginInitializer. getPluginInterfacesSupport(boolean expect_partial_result)
Methods in com.biglybt.pifimpl.local with parameters of type PluginInterfaceImpl Modifier and Type Method Description protected void
PluginInitializer. fireCreated(PluginInterfaceImpl pi)
protected void
PluginInitializer. fireOperational(PluginInterfaceImpl pi, boolean op)
protected void
PluginInitializer. reloadPlugin(PluginInterfaceImpl pi)
protected void
PluginInitializer. reloadPlugin(PluginInterfaceImpl pi, boolean loading_for_startup, boolean initialise)
protected void
PluginInitializer. unloadPlugin(PluginInterfaceImpl pi)
Constructors in com.biglybt.pifimpl.local with parameters of type PluginInterfaceImpl Constructor Description PluginStateImpl(PluginInterfaceImpl pi, PluginInitializer initialiser)
-