A listener interface to monitor execution unit (Thread, Process) state changes. More...
#include <executionListener.h>

Public Member Functions | |
| virtual | ~ExecutionListener () |
| Destruct the execution listener. | |
| virtual void | notifyExecutionStarted () |
| Notify that a new execution unit started. | |
| virtual void | notifyExecutionStopping () |
| Notify that the execution unit is about to stop. | |
A listener interface to monitor execution unit (Thread, Process) state changes.
Definition at line 31 of file executionListener.h.
| virtual eq::base::ExecutionListener::~ExecutionListener | ( | ) | [inline, virtual] |
| virtual void eq::base::ExecutionListener::notifyExecutionStarted | ( | ) | [inline, virtual] |
Notify that a new execution unit started.
Definition at line 38 of file executionListener.h.
| virtual void eq::base::ExecutionListener::notifyExecutionStopping | ( | ) | [inline, virtual] |
Notify that the execution unit is about to stop.
Reimplemented in eq::base::PerThread< T >.
Definition at line 41 of file executionListener.h.
0.9.1 by
1.6.1