Uses of Class
jmri.jmrix.sprog.SprogReply
-
Packages that use SprogReply Package Description jmri.jmrix.sprog jmri.jmrix.sprog.console jmri.jmrix.sprog.sprogmon jmri.jmrix.sprog.sprogslotmon jmri.jmrix.sprog.update -
-
Uses of SprogReply in jmri.jmrix.sprog
Methods in jmri.jmrix.sprog with parameters of type SprogReply Modifier and Type Method Description (package private) boolean
SprogTrafficController. endReply(SprogReply msg)
void
SprogCommandStation. notifyReply(SprogReply m)
Handle replies.void
SprogListener. notifyReply(SprogReply m)
void
SprogOpsModeProgrammer. notifyReply(SprogReply m)
void
SprogPowerManager. notifyReply(SprogReply m)
Listen for status changes from Sprog system.void
SprogProgrammer. notifyReply(SprogReply reply)
protected void
SprogTrafficController. notifyReply(SprogReply r)
protected void
SprogTrafficController. notifyReply(SprogReply r, SprogListener lastSender)
Constructors in jmri.jmrix.sprog with parameters of type SprogReply Constructor Description SprogReply(SprogReply m)
Create a new SprogReply as a deep copy of an existing SprogReply. -
Uses of SprogReply in jmri.jmrix.sprog.console
Methods in jmri.jmrix.sprog.console with parameters of type SprogReply Modifier and Type Method Description void
SprogConsoleFrame. notifyReply(SprogReply l)
Handle a SprogReply in a console specific way. -
Uses of SprogReply in jmri.jmrix.sprog.sprogmon
Methods in jmri.jmrix.sprog.sprogmon with parameters of type SprogReply Modifier and Type Method Description void
SprogMonFrame. notifyReply(SprogReply l)
-
Uses of SprogReply in jmri.jmrix.sprog.sprogslotmon
Methods in jmri.jmrix.sprog.sprogslotmon with parameters of type SprogReply Modifier and Type Method Description void
SprogSlotMonFrame. notifyReply(SprogReply m)
Listen for status replies. -
Uses of SprogReply in jmri.jmrix.sprog.update
Fields in jmri.jmrix.sprog.update declared as SprogReply Modifier and Type Field Description protected SprogReply
SprogUpdateFrame. reply
Methods in jmri.jmrix.sprog.update with parameters of type SprogReply Modifier and Type Method Description void
SprogUpdateFrame. notifyReply(SprogReply m)
State machine to catch replies that calls functions to handle each state.void
SprogVersionQuery. notifyReply(SprogReply m)
SprogListener notifyReply listens to replies and looks for version reply.
-