Package com.wombat.mama
Interface MamaDictionaryCallback
-
public interface MamaDictionaryCallback
TheMamaDictionaryCallback
receives 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 void
onComplete()
Invoked when dictionary creation is complete.void
onError(java.lang.String message)
Invoked when an error occurs.void
onTimeout()
Called when a timeout occurs.
-