kodi
|
This is the abstraction representing different ways to handle the execution of callbacks. More...
#include <CallbackHandler.h>
Public Member Functions | |
virtual void | invokeCallback (Callback *cb)=0 |
![]() | |
const char * | GetClassname () const |
LanguageHook * | GetLanguageHook () |
bool | isDeallocating () |
This method should be called while holding a Synchronize on the object. More... | |
void | Release () const |
void | Acquire () const |
Additional Inherited Members | |
![]() | |
static short | getNumAddonClasses () |
![]() | |
virtual void | deallocating () |
This method is meant to be called from the destructor of the lowest level class. More... | |
![]() | |
static short | getNextClassIndex () |
This is meant to be called during static initialization and so isn't synchronized. | |
![]() | |
LanguageHook * | languageHook |
This is the abstraction representing different ways to handle the execution of callbacks.
Different language bindings may have different requirements.