Public Member Functions | |
virtual | ~IEventHandler () |
virtual void | Invoke (ArgumentsBinder *binder)=0 |
virtual const void * | GetTarget ()=0 |
virtual void | SetTarget (void *target)=0 |
Static Public Member Functions | |
static void *COHERENT_CDECL | operator new (size_t bytes) |
static void COHERENT_CDECL | operator delete (void *memory) |
static void *COHERENT_CDECL | operator new[] (size_t bytes) |
static void COHERENT_CDECL | operator delete[] (void *memory) |
|
inlinevirtual |
|
pure virtual |
Implemented in cohtml::EventHandler< Functor >.
|
pure virtual |
Implemented in cohtml::EventHandler< Functor >.
|
static |
|
static |
|
static |
|
static |
|
pure virtual |
Implemented in cohtml::EventHandler< Functor >.