Package jmri.jmrit.dispatcher
Class AutoTrainAction.MonitorTrain
- java.lang.Object
-
- jmri.jmrit.dispatcher.AutoTrainAction.MonitorTrain
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AutoTrainAction
class AutoTrainAction.MonitorTrain extends java.lang.Object implements java.lang.Runnable
A runnable to monitor whether the autoActiveTrain is moving or stopped. Note: If train stops to do work with a manual throttle, this thread will continue to wait until auto operation is resumed.
-
-
Constructor Summary
Constructors Constructor Description MonitorTrain(TransitSectionAction tsa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
MonitorTrain
public MonitorTrain(TransitSectionAction tsa)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-