Updating a class under JFW means updating the configuration data of the class.
Don't misunderstand that with dynamically update/reload the code of the
class using a non standard class loader.
The update mechanism of JFW is based at the Observer-Observable pattern.
The observable object is the unique instance of the class
UpdateObservable.
For implementing this mechanism, you have to write: