Public Member Functions | |
| void | attachToObservable (IObservable *obs) override |
| Attaches to the observable obs. | |
| void | detach () override |
| Detaches from the observable. | |
| Public Member Functions inherited from Arcane::IObserver | |
| virtual | ~IObserver () |
| Releases resources. | |
| virtual void | observerUpdate (IObservable *)=0 |
| Notification coming from the observable oba. | |
Definition at line 33 of file arccore/src/base/arccore/base/Observer.h.
|
override |
Definition at line 27 of file Observer.cc.
|
overridevirtual |
Attaches to the observable obs.
Implements Arcane::IObserver.
Definition at line 37 of file Observer.cc.
References ARCCORE_FATAL.
|
overridevirtual |
Detaches from the observable.
Implements Arcane::IObserver.
Definition at line 48 of file Observer.cc.