#include <IEventJob.h>
Inherits IInterface.
Inherited by CFunctionEventJob, and TMethodEventJob< T >.
Inheritance diagram for IEventJob:
Public Member Functions | |
virtual void | run (const CEvent &)=0 |
Run the job. |
An event job is an interface for executing a event handler.
Definition at line 26 of file IEventJob.h.