ODeV framework  v2
Data Fields
_IEventListener_vtbl Struct Reference

#include <IEventListenerVtbl.h>

Data Fields

sys_error_code_t(* OnStatusChange )(IListener *this)
 
void(* SetOwner )(IEventListener *this, void *pxOwner)
 
void *(* GetOwner )(IEventListener *this)
 

Detailed Description

IEventListener virtual table. This table define all the functions that a subclass must overload.

Field Documentation

◆ GetOwner

void*(* _IEventListener_vtbl::GetOwner) (IEventListener *this)

◆ OnStatusChange

sys_error_code_t(* _IEventListener_vtbl::OnStatusChange) (IListener *this)
See also
IListenerOnStatusChange

◆ SetOwner

void(* _IEventListener_vtbl::SetOwner) (IEventListener *this, void *pxOwner)

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