This class is the superclass for all API classes that are expected to be able to handle cross-language polymorphism.
More...
#include <AddonCallback.h>
|
void | setHandler (CallbackHandler *_handler) |
|
void | invokeCallback (Callback *callback) |
|
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 |
|
|
bool | hasHandler () |
|
virtual void | deallocating () |
| This method is meant to be called from the destructor of the lowest level class. More...
|
|
|
static short | getNumAddonClasses () |
|
static short | getNextClassIndex () |
| This is meant to be called during static initialization and so isn't synchronized.
|
|
This class is the superclass for all API classes that are expected to be able to handle cross-language polymorphism.
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/AddonCallback.h
- xbmc/interfaces/legacy/AddonCallback.cpp