| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Observer.update(Observable observable,
Object data)
This method is called if the specified
Observable object's
notifyObservers method is called (because the Observable
object has been updated. |
Copyright © 2023. All rights reserved.