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