Package jmri.jmrix.loconet
Class LnPacketizer.Echo
- java.lang.Object
-
- jmri.jmrix.loconet.LnPacketizer.Echo
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- LnPacketizer
static class LnPacketizer.Echo extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) LocoNetMessage
msgForLater
(package private) LnPacketizer
myTc
-
Constructor Summary
Constructors Constructor Description Echo(LnPacketizer t, LocoNetMessage m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
msgForLater
LocoNetMessage msgForLater
-
myTc
LnPacketizer myTc
-
-
Constructor Detail
-
Echo
Echo(LnPacketizer t, LocoNetMessage m)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-