Class ColumnProgressETA.MyParameterListener
java.lang.Object
com.biglybt.ui.swt.columns.torrent.ColumnProgressETA.MyParameterListener
- All Implemented Interfaces:
ParameterListener
- Enclosing class:
ColumnProgressETA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparameterChanged(String unused) Called, when a parameter has changed.
-
Constructor Details
-
MyParameterListener
private MyParameterListener()
-
-
Method Details
-
parameterChanged
Description copied from interface:ParameterListenerCalled, 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.- Specified by:
parameterChangedin interfaceParameterListener- Parameters:
unused- the name of the parameter that has changed
-