| Package | Description |
|---|---|
| java.util |
Contains utility classes including the collections framework and date manipulation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Observer.update(Observable o,
Object arg)
This method is called whenever the observed object is changed.
|