Uses of Class
jmri.jmrix.sprog.SprogReply
Packages that use SprogReply
Package
Description
-
Uses of SprogReply in jmri.jmrix.sprog
Methods in jmri.jmrix.sprog with parameters of type SprogReplyModifier and TypeMethodDescription(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 SprogReplyModifierConstructorDescriptionCreate 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 SprogReplyModifier and TypeMethodDescriptionvoidSprogConsoleFrame.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 -
Uses of SprogReply in jmri.jmrix.sprog.sprogslotmon
Methods in jmri.jmrix.sprog.sprogslotmon with parameters of type SprogReplyModifier and TypeMethodDescriptionvoidSprogSlotMonFrame.notifyReply(SprogReply m) Listen for status replies. -
Uses of SprogReply in jmri.jmrix.sprog.update
Fields in jmri.jmrix.sprog.update declared as SprogReplyMethods in jmri.jmrix.sprog.update with parameters of type SprogReplyModifier and TypeMethodDescriptionvoidSprogUpdateFrame.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.