Job interface. More...
#include <IJob.h>
Inherits IInterface.
Inherited by CFunctionJob, and TMethodJob< T >.
Public Member Functions | |
virtual void | run ()=0 |
Run the job. |
Job interface.
A job is an interface for executing some function.
Definition at line 24 of file IJob.h.