IObserver
Namespace: UTILSLIB · Library: Utilities Library
#include <utils/observerpattern.h>
class UTILSLIB::IObserver
DECLARE INTERFACE OBSERVER.
The IObserver interface provides the base class of every observer of the observer design pattern.
Inheritance
Public Methods
~IObserver()
Destroys the IObserver.
update(pSubject)
Updates the IObserver.
Parameters:
- pSubject : *Subject ** pointer to the subject where observer is attached to.
Authors of this file
- Christoph Dinh <christoph.dinh@mne-cpp.org>
- Lorenz Esch <lorenz.esch@tu-ilmenau.de>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Gabriel Motta <gabrielbenmotta@gmail.com>