Inheritance diagram for lfc::TimerThread::
Public Methods | |
TimerThread () throw () | |
doesn't do anything. More... | |
TimerThread (Callback0< void > cb, long miliseconds) | |
sets the callback and the interval at which it should be called. More... | |
virtual | ~TimerThread () throw () |
virtual void | setCallback (const Callback0< void > &cb, long miliseconds) |
complementary to the TimerThread constructor with the same parameters. More... | |
Protected Methods | |
virtual void | main () |
thread entry point. More... | |
Protected Attributes | |
Callback0< void > | m_callback |
long | m_interval |
|
doesn't do anything.
|
|
sets the callback and the interval at which it should be called.
|
|
|
|
complementary to the TimerThread constructor with the same parameters.
|
|
thread entry point.
Reimplemented from lfc::Thread. |
|
|
|
|