com.ibm.carma.ui.action.custom
Class AbstractCustomParameterControl
java.lang.Object
com.ibm.carma.ui.action.custom.AbstractCustomParameterControl
- All Implemented Interfaces:
- ICustomParameterControl
public abstract class AbstractCustomParameterControl
- extends java.lang.Object
- implements ICustomParameterControl
This class provides an abstract implementation of ICustomParameterControl
that manages the list of IParameterValueChangedListener objects that the
custom parameter control should notify when the value is changed.
- Since:
- 8.0
|
Method Summary |
void |
addParameterValueChangedListener(com.ibm.carma.ui.events.IParameterValueChangedListener listener)
Adds a IParameterValueChangedListener to the custom control. |
void |
removeParameterValueChangedListener(com.ibm.carma.ui.events.IParameterValueChangedListener listener)
Removes a IParameterValueChangedListener from the custom control. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCustomParameterControl
public AbstractCustomParameterControl()
addParameterValueChangedListener
public void addParameterValueChangedListener(com.ibm.carma.ui.events.IParameterValueChangedListener listener)
- Description copied from interface:
ICustomParameterControl
- Adds a IParameterValueChangedListener to the custom control.
- Specified by:
addParameterValueChangedListener in interface ICustomParameterControl
- Parameters:
listener - the listener
removeParameterValueChangedListener
public void removeParameterValueChangedListener(com.ibm.carma.ui.events.IParameterValueChangedListener listener)
- Description copied from interface:
ICustomParameterControl
- Removes a IParameterValueChangedListener from the custom control.
- Specified by:
removeParameterValueChangedListener in interface ICustomParameterControl
- Parameters:
listener - the listener