IObserver Interface Reference

#include <CaDesigner.h>

Inheritance diagram for IObserver:

Inheritance graph
[legend]

List of all members.


Detailed Description

Simple observer's base class.

Note:
Design pattern observer.

This code was copy-pasted from FSS (Fast SAT Solver) project.

Definition at line 39 of file CaDesigner.h.


Public Member Functions

virtual ~IObserver ()
virtual void notify ()=0
 Event notification, usually called by object implementing ISubject interface.

Constructor & Destructor Documentation

virtual ~IObserver (  )  [inline, virtual]

Definition at line 41 of file CaDesigner.h.


Member Function Documentation

virtual void notify (  )  [pure virtual]

Event notification, usually called by object implementing ISubject interface.

Note:
Design pattern observer

Implemented in TimedStop, ProgressWatch, SolutionsCountStop, FitnessWatch, and ResultsWatch.

Referenced by AbstractSubject::notify().

Here is the caller graph for this function:


The documentation for this interface was generated from the following file:
Generated on Sat May 2 16:39:39 2009 for nucad by  doxygen 1.5.4