Package jmri.jmrix.srcp
Class SRCPTrafficController.SRCPRcvNotifier
- java.lang.Object
-
- jmri.jmrix.srcp.SRCPTrafficController.SRCPRcvNotifier
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- SRCPTrafficController
protected static class SRCPTrafficController.SRCPRcvNotifier extends java.lang.Object implements java.lang.Runnable
Internal class to remember the Reply object and destination listener with a reply is received.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SimpleNode
e
(package private) SRCPListener
mDest
(package private) SRCPTrafficController
mTC
-
Constructor Summary
Constructors Constructor Description SRCPRcvNotifier(SimpleNode n, AbstractMRListener pDest, AbstractMRTrafficController pTC)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
e
SimpleNode e
-
mDest
SRCPListener mDest
-
-
Constructor Detail
-
SRCPRcvNotifier
SRCPRcvNotifier(SimpleNode n, AbstractMRListener pDest, AbstractMRTrafficController pTC)
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-