Interface MamaDictionaryCallback


  • public interface MamaDictionaryCallback
    The MamaDictionaryCallback receives notification regarding the population of the data dictionary. Clients implement the interface and pass it to MamaSubscription.createDictionarySubscription()
    See Also:
    MamaDictionary
    • Method Detail

      • onTimeout

        void onTimeout()
        Called when a timeout occurs.
      • onError

        void onError​(java.lang.String message)
        Invoked when an error occurs.
        Parameters:
        message - The error message.
      • onComplete

        void onComplete()
        Invoked when dictionary creation is complete.