#include <CaDesigner.h>

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. | |
| virtual ~IObserver | ( | ) | [inline, virtual] |
Definition at line 41 of file CaDesigner.h.
| virtual void notify | ( | ) | [pure virtual] |
Event notification, usually called by object implementing ISubject interface.
Implemented in TimedStop, ProgressWatch, SolutionsCountStop, FitnessWatch, and ResultsWatch.
Referenced by AbstractSubject::notify().

1.5.4