public interface IObserver
This class is based on the work done by Martin Fischer, with only minor changes. See references below.
IObservable| Modifier and Type | Method and Description |
|---|---|
void |
update(IObservable o,
Object arg)
This method is called whenever the observed object is changed.
|
void update(IObservable o, Object arg)
o - the object to be observed.arg - additional arguments.Copyright © 2022. All rights reserved.