Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Observer
interface when it
wants to be informed of changes in observable objects.
Method Summary | |
void | update(Observable o,
Object arg)
|
Method Detail |
public void update(Observable o, Object arg)
notifyObservers
method to have all the object's
observers notified of the change.
o
- the observable object.
arg
- an argument passed to the notifyObservers
method.
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |