public void
update(Observable o, Object arg);
This method is called whenever the observed object is changed.
It does nothing yet, because ChartFormComponent is not an
input component.
- o the observable object.
- arg an argument passed to the
notifyObservers
method.