Uses of Interface
com.iizix.translate.ITranslationReply
Packages that use ITranslationReply Package Description com.iizix.translate Uses of ITranslationReply in com.iizix.translate
Fields in com.iizix.translate declared as ITranslationReply Modifier and Type Field Description protected ITranslationReplyAbstractTranslationRequest.RequestItem. replyThe reply callback when translation completes.Methods in com.iizix.translate with parameters of type ITranslationReply Modifier and Type Method Description booleanAbstractTranslationRequest. addRequest(KString sourceText, ITranslationReply reply)Adds a requests to perform at the same time as the others.booleanITranslationRequest. addRequest(KString sourceText, ITranslationReply reply)Adds a requests to perform at the same time as the others.protected booleanTranslationQueue. addRequest(KString sourceText, ITranslationReply reply)Adds a translation request.booleanITranslationEngine. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslationReply replyCallback)Translates a text in plain text or HTML.booleanTranslationEngine. translate(KString sourceText, java.lang.String sourceLanguageCode, java.lang.String targetLanguageCode, ITranslationReply replyCallback)Translates a text in plain text or HTML.