Package jmri.jmrix.loconet
Class SlotManager.ReadAllSlots_Helper
- java.lang.Object
-
- jmri.jmrix.loconet.SlotManager.ReadAllSlots_Helper
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- SlotManager
class SlotManager.ReadAllSlots_Helper extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description ReadAllSlots_Helper(java.util.List<SlotMapEntry> inputSlotMap, int interval)
-
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
-
-
-
Constructor Detail
-
ReadAllSlots_Helper
ReadAllSlots_Helper(java.util.List<SlotMapEntry> inputSlotMap, int interval)
-
-