cohtml::IEventHandler
On this page
#include <EventHandler.h>
Inherited by cohtml::EventHandler< Functor >
Public Functions
Name | |
---|---|
virtual | ~IEventHandler() |
virtual void | Invoke(ArgumentsBinder * binder) =0 |
virtual const void * | GetTarget() =0 |
virtual void | SetTarget(void * target) =0 |
void *COHERENT_CDECL | operator new(size_t bytes) |
void COHERENT_CDECL | operator delete(void * memory) |
void *COHERENT_CDECL | operator new[](size_t bytes) |
void COHERENT_CDECL | operator delete[](void * memory) |
Public Functions Documentation
function ~IEventHandler
inline virtual ~IEventHandler()
function Invoke
virtual void Invoke(
ArgumentsBinder * binder
) =0
Reimplemented by: cohtml::EventHandler::Invoke
function GetTarget
virtual const void * GetTarget() =0
Reimplemented by: cohtml::EventHandler::GetTarget
function SetTarget
virtual void SetTarget(
void * target
) =0
Reimplemented by: cohtml::EventHandler::SetTarget
function operator new
static void *COHERENT_CDECL operator new(
size_t bytes
)
function operator delete
static void COHERENT_CDECL operator delete(
void * memory
)
function operator new[]
static void *COHERENT_CDECL operator new[](
size_t bytes
)
function operator delete[]
static void COHERENT_CDECL operator delete[](
void * memory
)