Package com.wombat.mama
Interface MamaDictionaryCallback
-
public interface MamaDictionaryCallbackTheMamaDictionaryCallbackreceives notification regarding the population of the data dictionary. Clients implement the interface and pass it toMamaSubscription.createDictionarySubscription()- See Also:
MamaDictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonComplete()Invoked when dictionary creation is complete.voidonError(java.lang.String message)Invoked when an error occurs.voidonTimeout()Called when a timeout occurs.
-