14#include "arccore/base/Observer.h"
15#include "arccore/base/FatalErrorException.h"
16#include "arccore/base/TraceInfo.h"
31 m_observable->detachObserver(
this);
41 ARCCORE_FATAL(
"Observer is already attached");
void detach() override
Se détache de l'observable.
void attachToObservable(IObservable *obs) override
S'attache à l'observable obs.
Interface d'un observable.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-