Interface ConfigurationTableEditorFactory.UIChangeListener
-
- Enclosing class:
- ConfigurationTableEditorFactory
public static interface ConfigurationTableEditorFactory.UIChangeListenerA listener called when variables are changed.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalueChanged(IDecisionVariable variable)Called when the givenvariableis updated/changed by theConfigurationTableEditorFactory.UIConfiguration.
-
-
-
Method Detail
-
valueChanged
void valueChanged(IDecisionVariable variable)
Called when the givenvariableis updated/changed by theConfigurationTableEditorFactory.UIConfiguration.- Parameters:
variable- the changed variable
-
-