Uses of Interface
com.biglybt.pif.utils.ScriptProvider
Packages that use ScriptProvider
-
Uses of ScriptProvider in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return types with arguments of type ScriptProviderMethods in com.biglybt.pif.utils with parameters of type ScriptProviderModifier and TypeMethodDescriptionvoidUtilities.registerScriptProvider(ScriptProvider provider) voidScriptProvider.ScriptProviderListener.scriptProviderAdded(ScriptProvider provider) voidScriptProvider.ScriptProviderListener.scriptProviderRemoved(ScriptProvider provider) voidUtilities.unregisterScriptProvider(ScriptProvider provider) -
Uses of ScriptProvider in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type ScriptProviderModifier and TypeFieldDescriptionprivate static CopyOnWriteList<ScriptProvider> UtilitiesImpl.script_providersMethods in com.biglybt.pifimpl.local.utils that return types with arguments of type ScriptProviderMethods in com.biglybt.pifimpl.local.utils with parameters of type ScriptProviderModifier and TypeMethodDescriptionvoidUtilitiesImpl.registerScriptProvider(ScriptProvider provider) voidUtilitiesImpl.unregisterScriptProvider(ScriptProvider provider)