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, DownSpeedItem, 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, PieceBlocksView, PingGraphic, Plot3D, PluginConfigSourceImpl, SBC_TagsOverview, SeedsItem, ShareManagerImpl, ShareRatioItem, SmoothedETAItem.MyParameterListener, SpeedGraphic, StringListParameterImpl, StringParameterImpl, SwtConfigParameterValueProcessor, TabbedMDI, TableHeaderPainted, TableViewPainted, TagColorsItem, TimeSinceDownloadItem, TimeSinceUploadItem, ToolBarView, TrackerNameItem.MyParameterListener, TransferStatsView.zoneView, UIParameterImpl, UITextAreaImpl, UIUpdaterSWT, UpSpeedItem

public interface ParameterListener
A ParameterListener is called when a configuration parameter changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    parameterChanged(String parameterName)
    Called, when a parameter has changed.
  • Method Details

    • parameterChanged

      void parameterChanged(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