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