Stores references to observers. More...
#include <arccore/common/Event.h>
Public Member Functions | |
| void | add (EventObserverBase *x) |
| Adds the observer x. | |
| void | clear () |
| Clears all observers associated with this instance. | |
Stores references to observers.
Definition at line 145 of file arccore/src/common/arccore/common/Event.h.
| void Arcane::EventObserverPool::add | ( | EventObserverBase * | x | ) |
Adds the observer x.
Definition at line 203 of file Event.cc.
Referenced by Arcane::EventObservable< const CollectionEventArgs & >::attach().
| void Arcane::EventObserverPool::clear | ( | ) |