|
Equalizer 1.0
|
A listener interface to monitor execution unit (Thread, Process) state changes. More...
#include <executionListener.h>
Inheritance diagram for co::base::ExecutionListener: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 29 of file executionListener.h.
| virtual co::base::ExecutionListener::~ExecutionListener | ( | ) | [inline, virtual] |
| virtual void co::base::ExecutionListener::notifyExecutionStarted | ( | ) | [inline, virtual] |
Notify that a new execution unit started.
Definition at line 36 of file executionListener.h.
| virtual void co::base::ExecutionListener::notifyExecutionStopping | ( | ) | [inline, virtual] |
Notify that the execution unit is about to stop.
Reimplemented in co::base::PerThread< T >.
Definition at line 39 of file executionListener.h.
1.0 by
1.7.3