|
|
This class holds the action to execute a certain task, usually in a different execution thread.
void run ()
| run |
[pure virtual]
This method is called in another thread to do the actual job. When it returns the job or thread terminates.
~Runnable ()
| ~Runnable |
[virtual]
Do-nothing destructor, placed here just to shut up GCC 4+
Generated by: root on dragoshel on Sat Apr 14 01:50:50 2007, using kdoc 2.0a54. |