Example usage for Java java.util Observer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | notify() Wakes up a single thread that is waiting on this object's monitor. |
void | update(Observable o, Object arg) This method is called whenever the observed object is changed. |