Package com.biglybt.core.config
Interface PriorityParameterListener
- All Superinterfaces:
ParameterListener
Instances of this will be invoked before any ParameterListeners are.
The purpose of this is to allow safe caching of parameter values in the light of other
listeners that may use the cached values and hence must be invoked after the cached value
has been updated. Therefore only ever use this type of listener for this purpose!
-
Method Summary
Methods inherited from interface com.biglybt.core.config.ParameterListener
parameterChanged