#include <cel_observable.h>
List of all members.
Detailed Description
This Observer Implementation is intentionally separated from Observer class and if you want to implement Observer derivative classes easily, you can use ObserverImpl class.
Constructor & Destructor Documentation
| Celartem::ObserverImpl::ObserverImpl |
( |
|
) |
|
Implementation of constructor; do nothing at all.
| virtual Celartem::ObserverImpl::~ObserverImpl |
( |
|
) |
[virtual] |
Implementation of destructor; do nothing at all.
Member Function Documentation
| void Celartem::ObserverImpl::attachObservable |
( |
Observable * |
inObservable |
) |
|
| void Celartem::ObserverImpl::detachAllObservables |
( |
|
) |
|
| void Celartem::ObserverImpl::detachObservable |
( |
Observable * |
inObservable |
) |
|
| virtual void Celartem::ObserverImpl::update |
( |
Observable * |
inObservable |
) |
[pure virtual] |
This method is usually invoked by Observable::notify method.
- Parameters:
-
| inObservable | An Observable instance that invokes this method. You can use this parameter to gather information about the current status. |
Implements Celartem::Observer.
The documentation for this class was generated from the following file: