Observable Class Reference
[Design patterns]
#include <ql/Patterns/observable.hpp>
Inheritance diagram for Observable:

Detailed Description
Object that notifies its changes to a set of observables.
Public Member Functions | |
void | notifyObservers () |
Friends | |
class | Observer |
Member Function Documentation
|
This method should be called at the end of non-const methods or when the programmer desires to notify any changes. |