Public Member Functions

TMethodEventJob< T > Class Template Reference

Use a member function as an event job. More...

#include <TMethodEventJob.h>

Inherits IEventJob.

List of all members.

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.

Detailed Description

template<class T>
class TMethodEventJob< T >

Use a member function as an event job.

An event job class that invokes a member function.

Definition at line 29 of file TMethodEventJob.h.


The documentation for this class was generated from the following file: