Inheritance diagram for Observer:
Public Methods | |
virtual | ~Observer () |
virtual void | update (Subject *theChangedSubject)=0 |
Method called by Subject notification. | |
Protected Methods | |
Observer () |
An Observer is able to receive notification from subjects. For specific information, refer to Design Patterns.
|
|
|
|
|
Method called by Subject notification.
Implemented in RICDemoApp. |