#include <Runnable.h>
Inheritance diagram for Lamp::Runnable:
Public Member Functions | |
Runnable () | |
コンストラクタ | |
Runnable (LockObject *lockObject, bool deleteLockObject) | |
コンストラクタ | |
virtual | ~Runnable () |
デストラクタ | |
bool | isStopRequested () const |
停止を要求されているか | |
virtual void | run (Thread *thread)=0 |
実行 | |
Friends | |
class | Thread |
Definition at line 38 of file Runnable.h.
|
コンストラクタ
Definition at line 51 of file Runnable.h. |
|
停止を要求されているか
Definition at line 63 of file Runnable.h. Referenced by Lamp::StreamPlayer::run(), and Lamp::BufferedInput::run(). |
|
実行
Implemented in Lamp::Thread, Lamp::BufferedInput, and Lamp::StreamPlayer. Referenced by Lamp::Thread::executeWrapper(). |