org.gudy.azureus2.core3.config
Interface ParameterListener

All Known Subinterfaces:
PriorityParameterListener
All Known Implementing Classes:
ActionParameterImpl, ActivityView, BooleanParameterImpl, ColorParameter, ColorParameter, ColorParameterImpl, Colors, ConfigParameterImpl, ConfigSectionPlugins, DirectoryParameterImpl, DownloadManagerStateImpl, FileParameter, FilesView, GeneralView, HyperlinkParameterImpl, InfoParameterImpl, IntParameterImpl, IntsParameter, IpFilterManagerImpl, LabelParameterImpl, LoggerView, MultiPlotGraphic, MyTorrentsSubView, MyTorrentsView, MyTorrentsView_Big, ParameterGroupImpl, ParameterImpl, ParameterTabFolderImpl, PasswordParameterImpl, PeerControlSchedulerBasic, PeerControlSchedulerImpl, PeerControlSchedulerPrioritised, PeersItem, PingGraphic, Plot3D, PluginConfigSourceImpl, SeedsItem, ShareManagerImpl, ShareRatioItem, SpeedGraphic, StringListParameterImpl, StringParameterImpl, TabbedMDI, TableViewPainted, UIParameterImpl, UITextAreaImpl, UIUpdaterSWT

public interface ParameterListener

A ParameterListener is called when a configuration parameter changes.

Author:
Rene Leonhardt

Method Summary
 void parameterChanged(java.lang.String parameterName)
          Called, when a parameter has changed.
 

Method Detail

parameterChanged

void parameterChanged(java.lang.String parameterName)
Called, when a parameter has changed. The listener could only react if the parameter name is relevant. Or the listener can just read all parameters again.

Parameters:
parameterName - the name of the parameter that has changed