ISubject Interface Reference
[SAT Solver]

#include <SatSolver.h>

Inheritance diagram for ISubject:

Inheritance graph
[legend]

List of all members.


Detailed Description

Simple observer's subject base class.

Note:
Design pattern observer.

Definition at line 90 of file SatSolver.h.


Public Member Functions

virtual ~ISubject ()
virtual void addObserver (IObserver *observer)=0
 Add observer to list of listeners.

Constructor & Destructor Documentation

virtual ~ISubject (  )  [inline, virtual]

Definition at line 92 of file SatSolver.h.


Member Function Documentation

virtual void addObserver ( IObserver observer  )  [pure virtual]

Add observer to list of listeners.

Parameters:
observer Observer object to add to list of listeners.
Note:
Observers are notified in the same order, as there are added to lsit of listeners.

Design pattern observer

Implemented in AbstractSubject.


The documentation for this interface was generated from the following file:
Generated on Wed Nov 5 22:30:22 2008 for Fast SAT Solver by  doxygen 1.5.4