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.

Version:
1.0

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.

Version:
1.0

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.

Version:
1.0

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 Sat Feb 6 13:07:56 2010 for Equalizer 0.9.1 by  doxygen 1.6.1