The WombatDictionaryCallback
receives notification regarding the population of the data dictionary.
More...
#include <MamaDictionaryCallback.h>
Public Member Functions |
virtual | ~MamaDictionaryCallback (void) |
virtual void | onTimeout (void) |
| Called when a timeout occurs.
|
virtual void | onError (const char *message) |
| Invoked when an error occurs.
|
virtual void | onComplete (void) |
| Invoked when dictionary creation is complete.
|
Detailed Description
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
Constructor & Destructor Documentation
virtual Wombat::MamaDictionaryCallback::~MamaDictionaryCallback |
( |
void |
| ) |
|
|
virtual |
Member Function Documentation
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: