Class ProgressIndicator

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ProgressIndicator
    extends java.lang.Object
    implements java.lang.Runnable
    • Method Summary

      Modifier and Type Method Description
      void run()  
      void start()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ProgressIndicator

        public ProgressIndicator​(ScenarioController sc,
                                 java.lang.String indicatorSpec)
    • Method Detail

      • start

        public void start()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object