The WombatDictionaryCallback
receives notification regarding the population of the data dictionary.
More...
#include <MamaDictionaryCallback.h>
The WombatDictionaryCallback
receives notification regarding the population of the data dictionary.
Clients implement the interface and pass it to Mama.createDictionarySubscription
- See Also
- MamaDictionary
-
Mama::createDictionarySubscription
virtual Wombat::MamaDictionaryCallback::~MamaDictionaryCallback |
( |
void |
) | |
|
|
virtual |
virtual void Wombat::MamaDictionaryCallback::onTimeout |
( |
void |
) | |
|
|
virtual |
Called when a timeout occurs.
virtual void Wombat::MamaDictionaryCallback::onError |
( |
const char * |
message) | |
|
|
virtual |
Invoked when an error occurs.
- Parameters
-
message | The error message. |
virtual void Wombat::MamaDictionaryCallback::onComplete |
( |
void |
) | |
|
|
virtual |
Invoked when dictionary creation is complete.
The documentation for this class was generated from the following file: