![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <CallbackHandler.h>
Public Member Functions | |
virtual void | invokeCallback (Callback *cb)=0 |
![]() | |
AddonClass () | |
virtual | ~AddonClass () |
const char * | GetClassname () const |
LanguageHook * | GetLanguageHook () |
bool | isDeallocating () |
void | Release () const |
void | Acquire () const |
Protected Member Functions | |
CallbackHandler ()=default | |
![]() | |
virtual void | deallocating () |
Additional Inherited Members | |
![]() | |
static short | getNumAddonClasses () |
![]() | |
static short | getNextClassIndex () |
![]() | |
LanguageHook * | languageHook |
This is the abstraction representing different ways to handle the execution of callbacks. Different language bindings may have different requirements.
|
inlineprotecteddefault |
Implemented in XBMCAddon::RetardedAsyncCallbackHandler.