Package jmri.jmrix
Class AbstractMRTrafficController.RcvNotifier
java.lang.Object
jmri.jmrix.AbstractMRTrafficController.RcvNotifier
- All Implemented Interfaces:
Runnable
- Enclosing class:
- AbstractMRTrafficController
protected static class AbstractMRTrafficController.RcvNotifier extends Object implements 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) AbstractMRListener
mDest
(package private) AbstractMRReply
mMsg
(package private) AbstractMRTrafficController
mTc
-
Constructor Summary
Constructors Constructor Description RcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc)
-
Method Summary
Modifier and Type Method Description void
run()
-
Field Details
-
Constructor Details
-
RcvNotifier
public RcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc)
-
-
Method Details