#include <Observer.h>
Inheritance diagram for Observer:

Public Member Functions | |
| virtual | ~Observer () |
| Virtual destructor allows proper cleanup. | |
| virtual void | update (Subject *theChangedSubject)=0 |
| Method called by Subject notification. | |
Protected Member Functions | |
| Observer () | |
| Default constructor is only available to subclasses. | |
|
|
Virtual destructor allows proper cleanup.
|
|
|
Default constructor is only available to subclasses.
|
|
|
Method called by Subject notification.
Implemented in CrControllerObserver, SculptDemoApp, and Sculpter. |
1.4.3