Use a function as an event job. More...
#include <CFunctionEventJob.h>
Inherits IEventJob.
Public Member Functions | |
CFunctionEventJob (void(*func)(const CEvent &, void *), void *arg=NULL) | |
run() invokes func(arg) | |
virtual void | run (const CEvent &) |
Run the job. |
Use a function as an event job.
An event job class that invokes a function.
Definition at line 24 of file CFunctionEventJob.h.