Uses of Interface
com.biglybt.pif.utils.ScriptProvider.ScriptProviderListener
-
Packages that use ScriptProvider.ScriptProviderListener Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of ScriptProvider.ScriptProviderListener in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type ScriptProvider.ScriptProviderListener Modifier and Type Method Description void
Utilities. addScriptProviderListener(ScriptProvider.ScriptProviderListener provider)
void
Utilities. removeScriptProviderListener(ScriptProvider.ScriptProviderListener provider)
-
Uses of ScriptProvider.ScriptProviderListener in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type ScriptProvider.ScriptProviderListener Modifier and Type Field Description private static CopyOnWriteList<ScriptProvider.ScriptProviderListener>
UtilitiesImpl. sp_listeners
Methods in com.biglybt.pifimpl.local.utils with parameters of type ScriptProvider.ScriptProviderListener Modifier and Type Method Description void
UtilitiesImpl. addScriptProviderListener(ScriptProvider.ScriptProviderListener listener)
void
UtilitiesImpl. removeScriptProviderListener(ScriptProvider.ScriptProviderListener listener)
-