#include <JackThread.h>
Inheritance diagram for Jack::JackRunnableInterface:
Public Member Functions | |
JackRunnableInterface () | |
virtual | ~JackRunnableInterface () |
virtual bool | Init () |
virtual bool | Execute ()=0 |
Definition at line 40 of file JackThread.h.
|
Called once when the thread is started Reimplemented in Jack::JackClient, Jack::JackSocketClientChannel, Jack::JackWinNamedPipeClientChannel, and Jack::JackWinNamedPipeServerChannel. Definition at line 50 of file JackThread.h. |