Observer.h File Reference

An abstract base class for objects which need to use the observer pattern. More...

#include "Utilities/ObserverEvent.h"

Include dependency graph for Observer.h:

This graph shows which files directly or indirectly include this file:


Classes

class  Observer< T >
 The Observer class, along with the Observable class, are used to implement the observer pattern. More...
class  SingleObserver< T >

Detailed Description

An abstract base class for objects which need to use the observer pattern.

Observer objects register themselves with one or more Observable objects, and are informed of events by the Observable through their virtual notify() method.


Generated on Wed Mar 16 06:18:13 2011 for FreePOOMA by  doxygen 1.5.9