Class NameItem.ParameterListenerConfigShowProgramIcon
java.lang.Object
com.biglybt.ui.swt.views.tableitems.mytracker.NameItem.ParameterListenerConfigShowProgramIcon
- All Implemented Interfaces:
ParameterListener
- Enclosing class:
NameItem
private static class NameItem.ParameterListenerConfigShowProgramIcon
extends Object
implements ParameterListener
- Since:
- 2.0.8.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparameterChanged(String parameterName) Called, when a parameter has changed.
-
Constructor Details
-
ParameterListenerConfigShowProgramIcon
private ParameterListenerConfigShowProgramIcon()
-
-
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:
parameterName- the name of the parameter that has changed
-