Class AbstractTranslationRequest.RequestItem

  • Enclosing class:
    AbstractTranslationRequest

    protected static class AbstractTranslationRequest.RequestItem
    extends java.lang.Object
    Class for a RequestItem.
    • 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.