#include <gxThread.h>
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. |
|
Subclass must override to perform the application specific signaling to really stop the thread.
|
|
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. |