Package com.iizix.translate
Interface ITranslationReply
-
public interface ITranslationReply
Interface to implement to receive a translation reply from the translation engine, as requests are handled asyncrhonously.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTranslationReply(Translation translation)
Called when the translation request completes.
-
-
-
Method Detail
-
onTranslationReply
void onTranslationReply(Translation translation)
Called when the translation request completes.- Parameters:
translation
- The translation instance that could show the translation failed.
-
-