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