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) booleanSprogTrafficController. endReply(SprogReply msg)voidSprogCommandStation. notifyReply(SprogReply m)Handle replies.voidSprogListener. notifyReply(SprogReply m)voidSprogOpsModeProgrammer. notifyReply(SprogReply m)voidSprogPowerManager. notifyReply(SprogReply m)Listen for status changes from Sprog system.voidSprogProgrammer. notifyReply(SprogReply reply)protected voidSprogTrafficController. notifyReply(SprogReply r)protected voidSprogTrafficController. 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 voidSprogConsoleFrame. 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 voidSprogMonFrame. 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 voidSprogSlotMonFrame. 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 SprogReplySprogUpdateFrame. replyMethods in jmri.jmrix.sprog.update with parameters of type SprogReply Modifier and Type Method Description voidSprogUpdateFrame. notifyReply(SprogReply m)State machine to catch replies that calls functions to handle each state.voidSprogVersionQuery. notifyReply(SprogReply m)SprogListener notifyReply listens to replies and looks for version reply.
-