#include <SatSolverObserver.h>


Definition at line 41 of file SatSolverObserver.h.
Public Member Functions | |
| TimedStop (AbstractProcessWatched *process, long msec) | |
| virtual | ~TimedStop () |
| virtual void | notify () |
| Event notification, usually called by object implementing ISubject interface. | |
Classes | |
| struct | Private |
| TimedStop | ( | AbstractProcessWatched * | process, | |
| long | msec | |||
| ) |
| process | Observed process. | |
| msec | Time in milliseconds to stop process after. |
Definition at line 58 of file SatSolverObserver.cpp.
References TimedStop::Private::msec, and TimedStop::Private::process.
| ~TimedStop | ( | ) | [virtual] |
Definition at line 64 of file SatSolverObserver.cpp.
| void notify | ( | ) | [virtual] |
Event notification, usually called by object implementing ISubject interface.
Implements IObserver.
Definition at line 67 of file SatSolverObserver.cpp.
References AbstractProcessWatched::getTimeElapsed(), TimedStop::Private::msec, TimedStop::Private::process, and AbstractProcessWatched::stop().
1.5.4