eq::base::ExecutionListener Class Reference

A listener interface to monitor execution unit (Thread, Process) state changes. More...

#include <executionListener.h>

Inheritance diagram for eq::base::ExecutionListener:

Inheritance graph
[legend]

List of all members.

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.


Detailed Description

A listener interface to monitor execution unit (Thread, Process) state changes.

Definition at line 31 of file executionListener.h.


Constructor & Destructor Documentation

virtual eq::base::ExecutionListener::~ExecutionListener (  )  [inline, virtual]

Destruct the execution listener.

Definition at line 35 of file executionListener.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Mon Aug 10 18:58:43 2009 for Equalizer 0.9 by  doxygen 1.5.8