Class AutoActiveTrain.PauseTrain

java.lang.Object
jmri.jmrit.dispatcher.AutoActiveTrain.PauseTrain
All Implemented Interfaces:
Runnable
Enclosing class:
AutoActiveTrain

class AutoActiveTrain.PauseTrain extends Object implements Runnable
Pause the train in a separate thread. Train is stopped, then restarted after specified number of fast Minutes have elapsed.
  • Constructor Details

    • PauseTrain

      public PauseTrain(int fastMinutes)
      Create a PauseTrain
      Parameters:
      fastMinutes - the number of fast clock minutes to pause the train
  • Method Details