org.gudy.azureus2.core3.config
Interface PriorityParameterListener

All Superinterfaces:
ParameterListener

public interface PriorityParameterListener
extends 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!

Author:
Paul

Method Summary
 
Methods inherited from interface org.gudy.azureus2.core3.config.ParameterListener
parameterChanged