Uses of Interface
com.biglybt.pif.utils.ScriptProvider
-
Packages that use ScriptProvider Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of ScriptProvider in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return types with arguments of type ScriptProvider Modifier and Type Method Description java.util.List<ScriptProvider>
Utilities. getScriptProviders()
Methods in com.biglybt.pif.utils with parameters of type ScriptProvider Modifier and Type Method Description void
Utilities. registerScriptProvider(ScriptProvider provider)
void
ScriptProvider.ScriptProviderListener. scriptProviderAdded(ScriptProvider provider)
void
ScriptProvider.ScriptProviderListener. scriptProviderRemoved(ScriptProvider provider)
void
Utilities. unregisterScriptProvider(ScriptProvider provider)
-
Uses of ScriptProvider in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type ScriptProvider Modifier and Type Field Description private static CopyOnWriteList<ScriptProvider>
UtilitiesImpl. script_providers
Methods in com.biglybt.pifimpl.local.utils that return types with arguments of type ScriptProvider Modifier and Type Method Description java.util.List<ScriptProvider>
UtilitiesImpl. getScriptProviders()
Methods in com.biglybt.pifimpl.local.utils with parameters of type ScriptProvider Modifier and Type Method Description void
UtilitiesImpl. registerScriptProvider(ScriptProvider provider)
void
UtilitiesImpl. unregisterScriptProvider(ScriptProvider provider)
-