Class PrintTask


  • public class PrintTask
    extends java.lang.Object
    Print out some text stored in variable text.
    • Constructor Summary

      Constructors 
      Constructor Description
      PrintTask()  
    • Method Summary

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

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

      • PrintTask

        public PrintTask()
    • Method Detail

      • execute

        public void execute​(java.lang.String text)
        Execute the task.