Generated by
JDiff

Class java.util.Observable

Documentation changed from old to new.

Changed Constructors
Observable(void) Documentation changed from old to new.
Construct an Observable with zero Observers.
 

Changed Methods
void notifyObservers() Documentation changed from old to new.
If this object has changed as indicated by the hasChanged method then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.