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