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 PluginInterfaceImplPluginInitializer.default_pluginprivate PluginInterfaceImplPluginStateImpl.piprotected PluginInterfaceImplFailedPlugin.plugin_interfaceFields in com.biglybt.pifimpl.local with type parameters of type PluginInterfaceImplModifier and TypeFieldDescriptionprivate List<PluginInterfaceImpl> PluginInitializer.s_plugin_interfacesMethods in com.biglybt.pifimpl.local that return PluginInterfaceImplModifier and TypeMethodDescriptionprotected PluginInterfaceImplPluginInitializer.getPluginFromClass(Class cla) protected PluginInterfaceImplPluginInitializer.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 voidPluginInitializer.fireCreated(PluginInterfaceImpl pi) protected voidPluginInitializer.fireOperational(PluginInterfaceImpl pi, boolean op) protected voidPluginInitializer.reloadPlugin(PluginInterfaceImpl pi) protected voidPluginInitializer.reloadPlugin(PluginInterfaceImpl pi, boolean loading_for_startup, boolean initialise) protected voidPluginInitializer.unloadPlugin(PluginInterfaceImpl pi) Constructors in com.biglybt.pifimpl.local with parameters of type PluginInterfaceImplModifierConstructorDescriptionPluginStateImpl(PluginInterfaceImpl pi, PluginInitializer initialiser)