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 28 of file CFunctionEventJob.h.
1.7.1