Package jmri.jmrit.dispatcher
Class AllocatedSection.RespondToBlockStateChange
- java.lang.Object
-
- jmri.jmrit.dispatcher.AllocatedSection.RespondToBlockStateChange
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AllocatedSection
class AllocatedSection.RespondToBlockStateChange extends java.lang.Object implements java.lang.Runnable
-
-
Constructor Summary
Constructors Constructor Description RespondToBlockStateChange(Block b, int occ, AllocatedSection as)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
RespondToBlockStateChange
public RespondToBlockStateChange(Block b, int occ, AllocatedSection as)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-