Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Observer Class Reference

Observer component of Observer Pattern. More...

Inheritance diagram for Observer:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~Observer ()
virtual void update (Subject *theChangedSubject)=0
 Method called by Subject notification.


Protected Methods

 Observer ()

Detailed Description

Observer component of Observer Pattern.

An Observer is able to receive notification from subjects. For specific information, refer to Design Patterns.


Constructor & Destructor Documentation

virtual Observer::~Observer   [inline, virtual]
 

Observer::Observer   [inline, protected]
 


Member Function Documentation

virtual void Observer::update Subject   theChangedSubject [pure virtual]
 

Method called by Subject notification.

Implemented in RICDemoApp.


The documentation for this class was generated from the following file:
Generated on Thu Jun 12 10:13:13 2003 for RICDemo by doxygen1.2.18