#include <CallbackTimer.h>
Inheritance diagram for CallbackTimer::
Public Methods | |
CallbackTimer () | |
virtual | ~CallbackTimer () |
Private Methods | |
virtual void | doAction (TimerNode *) |
a Template Method, subclasses must override. More... |
It does NOT spawn a thread to do the work. For this reason, the function given to this timer should not block, and it should not take very long to execute.
Definition at line 8 of file CallbackTimer.h.
|
Definition at line 10 of file CallbackTimer.cpp. |
|
Definition at line 14 of file CallbackTimer.cpp. |
|
a Template Method, subclasses must override.
Reimplemented from Timer. Definition at line 19 of file CallbackTimer.cpp. |