Example usage for Java java.util Observable fields, constructors, methods, implement or subclass
The text is from its open source code.
Observable() Construct an Observable with zero Observers. |
void | addObserver(Observer o) Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. |
void | deleteObserver(Observer o) Deletes an observer from the set of observers of this object. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
Class> | getClass() Returns the runtime class of this Object . |
String | toString() Returns a string representation of the object. |