[all packages]
[package java.util]
[class hierarchy]
[index]
java.lang.Object | +----java.util.Observer
public interface Observer
Observer
interface when it
wants to be informed of changes in observable objects.
public abstract void update(Observable o, Object arg);
notifyObservers
method to have all the object's
observers notified of the change.
notifyObservers
method.
[all packages]
[package java.util]
[class hierarchy]
[index]