14 #ifndef _Observable_H_
15 #define _Observable_H_
20 #include <msdevstudio/MSconfig.h>
83 virtual void notifyObservers ()
const;
92 void notifyObservers ( Action action )
const;
98 #endif // _Observable_H_
#define MDL_HIPPOPLOT_API
Part of an implementation of the Observable-Observer pattern based on the example in the GOF Patterns...
std::list< Observer * > ObserverList_t
The type of STL container to maintain list of Observer objects.
Part of an implementation of the Observable Observer pattern based on the example implementation in t...
ObserverList_t m_list
The list of objects observing this Observable.