Class RunnableProcess

    • Constructor Summary

      Constructors 
      Constructor Description
      RunnableProcess()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void end​(MainFrame mf)  
      void start​(MainFrame mf, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Constructor Detail

      • RunnableProcess

        public RunnableProcess()
    • Method Detail

      • start

        public void start​(MainFrame mf,
                          java.lang.String name)