#include <ccomponent.h>
Inheritance diagram for IObserver:

Public Member Functions | |
| virtual void | update (CModel *model)=0 |
Definition at line 31 of file ccomponent.h.
|
|
The update method is called by a model to notify its observers that it has changed. Implemented in Testing::CFPSGraphicalObserver, and Testing::CPhysicsTickerObserver. |
1.3.3