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