ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtDataObserver.h>
Public Member Functions | |
virtual | ~AtObserver ()=default |
virtual void | Update (AtSubject *)=0 |
This is the base class for any object that may observe data from a Subject and reacto on an update.
It can register itself with any Subject and of that subject changes this class will be informed.
Definition at line 12 of file AtDataObserver.h.
|
virtualdefault |
|
pure virtual |