Uses of Class
com.biglybt.pifimpl.local.PluginInterfaceImpl
Packages that use PluginInterfaceImpl
-
Uses of PluginInterfaceImpl in com.biglybt.pifimpl.local
Fields in com.biglybt.pifimpl.local declared as PluginInterfaceImplModifier and TypeFieldDescriptionprivate PluginInterfaceImpl
PluginInitializer.default_plugin
private PluginInterfaceImpl
PluginStateImpl.pi
protected PluginInterfaceImpl
FailedPlugin.plugin_interface
Fields in com.biglybt.pifimpl.local with type parameters of type PluginInterfaceImplModifier and TypeFieldDescriptionprivate List<PluginInterfaceImpl>
PluginInitializer.s_plugin_interfaces
Methods in com.biglybt.pifimpl.local that return PluginInterfaceImplModifier and TypeMethodDescriptionprotected PluginInterfaceImpl
PluginInitializer.getPluginFromClass
(Class cla) protected PluginInterfaceImpl
PluginInitializer.getPluginFromClass
(String class_name) Methods in com.biglybt.pifimpl.local that return types with arguments of type PluginInterfaceImplModifier and TypeMethodDescriptionstatic List<PluginInterfaceImpl>
PluginInitializer.getPluginInterfaces()
private List<PluginInterfaceImpl>
PluginInitializer.getPluginInterfacesSupport
(boolean expect_partial_result) Methods in com.biglybt.pifimpl.local with parameters of type PluginInterfaceImplModifier and TypeMethodDescriptionprotected 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 PluginInterfaceImplModifierConstructorDescriptionPluginStateImpl
(PluginInterfaceImpl pi, PluginInitializer initialiser)