Jack2 1.9.6
|
The base class for runnable objects, that have an Init and Execute method to be called in a thread. More...
#include <JackThread.h>
Public Member Functions | |
virtual bool | Init () |
virtual bool | Execute ()=0 |
The base class for runnable objects, that have an Init and Execute method to be called in a thread.
Definition at line 34 of file JackThread.h.
virtual bool Jack::JackRunnableInterface::Init | ( | ) | [inline, virtual] |
Called once when the thread is started
Reimplemented in Jack::JackClient, Jack::JackThreadedDriver, Jack::JackWaitThreadedDriver, Jack::JackSocketClientChannel, Jack::JackSocketServerChannel, Jack::JackMachClientChannel, Jack::JackAlsaAdapter, Jack::JackWinNamedPipeClientChannel, and Jack::JackWinNamedPipeServerChannel.
Definition at line 46 of file JackThread.h.