Class AbstractTranslationRequest.RequestItem

  • Enclosing class:
    AbstractTranslationRequest

    protected static class AbstractTranslationRequest.RequestItem
    extends java.lang.Object
    Class for a RequestItem.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ITranslationReply reply
      The reply callback when translation completes.
      protected KString sourceText
      The source text to translate.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sourceText

        protected final KString sourceText
        The source text to translate.
      • reply

        protected final ITranslationReply reply
        The reply callback when translation completes.