Package com.biglybt.core.config
Interface ParameterListener
-
- All Known Subinterfaces:
PriorityParameterListener
- All Known Implementing Classes:
ActionParameterImpl
,ActivityView
,BooleanParameterImpl
,ColorParameterImpl
,Colors
,ColorSwtParameter.ColorValueProcessor
,ColumnProgressETA.MyParameterListener
,ConfigParameterImpl
,ConfigSectionPluginsSWT.PluginListContext
,DirectoryParameterImpl
,DownloadActivityView
,DownloadManagerStateImpl
,ETAItem.MyParameterListener
,FileETAItem.MyParameterListener
,FileParameterImpl
,FilesView
,FloatParameterImpl
,GeneralView
,HyperlinkParameterImpl
,InfoParameterImpl
,IntListParameterImpl
,IntParameterImpl
,IpFilterManagerImpl
,LabelParameterImpl
,LoggerView
,MultiPlotGraphic
,MyTorrentsSubView
,MyTorrentsView
,MyTorrentsView_Big
,MyTorrentsView_Small
,NameItem.ParameterListenerConfigShowProgramIcon
,NetworkAdminSpeedTestScheduledTestImpl.SpeedTestDownloadState
,OpenTorrentOptionsWindow.OpenTorrentInstance
,ParameterGroupImpl
,ParameterImpl
,ParameterTabFolderImpl
,PasswordParameterImpl
,PathNameItem.ParamListenerShowProgramIcon
,PeerControlSchedulerBasic
,PeerControlSchedulerImpl
,PeerControlSchedulerPrioritised
,PeersItem
,PingGraphic
,Plot3D
,PluginConfigSourceImpl
,SeedsItem
,ShareManagerImpl
,ShareRatioItem
,SmoothedETAItem.MyParameterListener
,SpeedGraphic
,StringListParameterImpl
,StringParameterImpl
,SwtConfigParameterValueProcessor
,TabbedMDI
,TableHeaderPainted
,TableViewPainted
,TagColorsItem
,TimeSinceDownloadItem
,TimeSinceUploadItem
,ToolBarView
,TrackerNameItem.MyParameterListener
,TransferStatsView.zoneView
,UIParameterImpl
,UITextAreaImpl
,UIUpdaterSWT
public interface ParameterListener
A ParameterListener is called when a configuration parameter changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-