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