Class SlotManager.ReadAllSlots_Helper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRunning()
      Gets the current stae of the run.
      void run()  
      void setAbort()
      Aborts current run
      • Methods inherited from class java.lang.Object

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

      • setAbort

        public void setAbort()
        Aborts current run
      • isRunning

        public boolean isRunning()
        Gets the current stae of the run.
        Returns:
        true if running
      • run

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