2 #ifndef CARMA_UTIL_OBSERVER_H
3 #define CARMA_UTIL_OBSERVER_H
72 #endif // CARMA_UTIL_OBSERVER_H
The Observable class is paired with the Observer class, with the Observable class calls its observabl...
virtual ~Observer()
Destructor.
virtual void observerUpdate(Observable &observable)=0
Abstract method called by the Observable.
int regID() const
Get the registration ID.
An abstract base class for an implementation of the Observer design pattern.