gxThreadRunnable Class Reference

Implement this interface if you want to execute code within a different thread, but without subclassing gxThread. More...

#include <gxThread.h>

List of all members.

Public Member Functions

virtual void threadMain ()=0
 Subclass must override this method to provide the code which shall execute in the thread.
virtual void onStopThreadRequest ()=0
 Subclass must override to perform the application specific signaling to really stop the thread.


Detailed Description

Implement this interface if you want to execute code within a different thread, but without subclassing gxThread.


Member Function Documentation

virtual void gxThreadRunnable::onStopThreadRequest  )  [pure virtual]
 

Subclass must override to perform the application specific signaling to really stop the thread.

virtual void gxThreadRunnable::threadMain  )  [pure virtual]
 

Subclass must override this method to provide the code which shall execute in the thread.

(Used to be called "run", but its to easy to confuse with DirectX Stop, Run, Pause.


The documentation for this class was generated from the following file:
Generated on Mon Nov 21 01:01:37 2005 for gxLib by  doxygen 1.4.5