Classes Files

com::wombat::mama::MamaDictionaryCallback

More…

Public Functions

  Name
void onTimeout()
void onError(String message)
void onComplete()

Detailed Description

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)

Public Functions Documentation

function onTimeout

void onTimeout()

Called when a timeout occurs.

function onError

void onError(
    String message
)

Parameters:

  • message The error message.

Invoked when an error occurs.

function onComplete

void onComplete()

Invoked when dictionary creation is complete.


Updated on 2023-03-31 at 15:29:42 +0100