cohtml::IEventHandler

#include <EventHandler.h>

Inherited by cohtml::EventHandler< Functor >

Public Functions

Name
virtual~IEventHandler()
virtual voidInvoke(ArgumentsBinder * binder) =0
virtual const void *GetTarget() =0
virtual voidSetTarget(void * target) =0
void *COHERENT_CDECLoperator new(size_t bytes)
void COHERENT_CDECLoperator delete(void * memory)
void *COHERENT_CDECLoperator new[](size_t bytes)
void COHERENT_CDECLoperator 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
)