Interface AbstractIvmlModifier.ConfigurationChangeListener
- All Known Implementing Classes:
AasChanges
- Enclosing class:
AbstractIvmlModifier
public static interface AbstractIvmlModifier.ConfigurationChangeListener
Some part listening on configuration changes.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigurationChanged(net.ssehub.easy.varModel.confModel.IDecisionVariable var, de.iip_ecosphere.platform.configuration.cfg.ConfigurationChangeType type) Called when a decision variable changed.
-
Method Details
-
configurationChanged
void configurationChanged(net.ssehub.easy.varModel.confModel.IDecisionVariable var, de.iip_ecosphere.platform.configuration.cfg.ConfigurationChangeType type) Called when a decision variable changed.- Parameters:
var- the variable (may not be part of any configuration anymore)type- the change type
-