| Package | Description |
|---|---|
| java.util |
Utilities
|
| Modifier and Type | Method and Description |
|---|---|
void |
Observer.update(Observable observable,
Object arg)
This method is called whenever the observable object changes, and has
called
notifyObservers. |