public void
update(
FWObservable aObservabal, Object aKeyOfParameterChanged);
// Defines net.simplace.pipe.formcomponents.FWAbstractFormComponent
This method is called whenever the observed object is changed.
It does nothing yet, because ChartFormComponent is not an
input component.
- aObservabal the observable object.
- aKeyOfParameterChanged an argument passed to the
notifyObservers
method.