| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Observable.addObserver(Observer observer)
Adds the specified observer to the list of observers.
|
void |
Observable.deleteObserver(Observer observer)
Removes the specified observer from the list of observers.
|
Copyright © 2025. All rights reserved.