Class MultiResultsTask


  • public class MultiResultsTask
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String result1
      Result 1.
      protected java.lang.String result2
      Result 2.
      protected java.lang.String result3
      Result 3.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Execute the task.
      • Methods inherited from class java.lang.Object

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

      • result1

        protected java.lang.String result1
        Result 1.
      • result2

        protected java.lang.String result2
        Result 2.
      • result3

        protected java.lang.String result3
        Result 3.
    • Constructor Detail

      • MultiResultsTask

        public MultiResultsTask()
    • Method Detail

      • execute

        public void execute()
        Execute the task.