Name | |
---|---|
void | onTimeout() |
void | onError(String message) |
void | onComplete() |
class com::wombat::mama::MamaDictionaryCallback;
See: MamaDictionary
The [MamaDictionaryCallback](interfacecom_1_1wombat_1_1mama_1_1MamaDictionaryCallback.html)
receives notification regarding the population of the data dictionary. Clients implement the interface and pass it to [MamaSubscription.createDictionarySubscription()](classcom_1_1wombat_1_1mama_1_1MamaSubscription.html#function-createdictionarysubscription)
void onTimeout()
Called when a timeout occurs.
void onError(
String message
)
Parameters:
Invoked when an error occurs.
void onComplete()
Invoked when dictionary creation is complete.
Updated on 2023-03-31 at 15:29:42 +0100