| 
 
 | 
 | ||||||||||||||||
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: paulc on bussard on Fri May 8 12:37:22 2015, using kdoc 2.0a54. |