ODeV framework
v2
|
#include <IEventListenerVtbl.h>
Data Fields | |
sys_error_code_t(* | OnStatusChange )(IListener *this) |
void(* | SetOwner )(IEventListener *this, void *pxOwner) |
void *(* | GetOwner )(IEventListener *this) |
IEventListener virtual table. This table define all the functions that a subclass must overload.
void*(* _IEventListener_vtbl::GetOwner) (IEventListener *this) |
sys_error_code_t(* _IEventListener_vtbl::OnStatusChange) (IListener *this) |
void(* _IEventListener_vtbl::SetOwner) (IEventListener *this, void *pxOwner) |