final class ParameterObserver extends Object implements UpdateListener
Modifier and Type | Field and Description |
---|---|
private AttributeGroup |
_atgParametrierung |
private DataModel |
_config |
private ClientDavInterface |
_connection |
private DataIdentification |
_dataIdentification |
private Aspect |
_inputAspect |
private Aspect |
_outputAspect |
private SystemObject |
_paramApp |
private Map |
_paramObjects |
private ParamApp |
_paramStandardApp |
private PersistanceHandlerManager |
_persistanceHandlerManager |
private static Debug |
debug
DebugLogger für Debug-Ausgaben
|
Constructor and Description |
---|
ParameterObserver(ParamApp paramAppStandard,
ClientDavInterface connection,
SystemObject paramApp,
Map paramObjects,
PersistanceHandlerManager persistanceHandlerManager)
Erzeugt ein Objekt vom Typ ParameterObserver
|
private static final Debug debug
private final ParamApp _paramStandardApp
private final SystemObject _paramApp
private final ClientDavInterface _connection
private final DataModel _config
private Aspect _inputAspect
private Aspect _outputAspect
private final PersistanceHandlerManager _persistanceHandlerManager
private final Map _paramObjects
private DataIdentification _dataIdentification
private AttributeGroup _atgParametrierung
public ParameterObserver(ParamApp paramAppStandard, ClientDavInterface connection, SystemObject paramApp, Map paramObjects, PersistanceHandlerManager persistanceHandlerManager)
public void update(DataIdentification dataIdentification, Data oldParameter, Data newParameter)
update
in interface UpdateListener
dataIdentification
- Betroffene Datenidentifikation.oldParameter
- Zur Datenidentifikation gehörender Parameterwert
vor der Änderung oder null
wenn es
vor der Änderung keinen spezifischen Eintrag gab.newParameter
- Zur Datenidentifikation gehörender Parameterwert
nach der Änderung oder null
wenn es
nach der Änderung keinen spezifischen Eintrag mehr
gibt.