Uses of Interface
jmri.ProgListener
-
Packages that use ProgListener Package Description apps.gui3.dp3 The current DecoderPro application, previously known as DecoderPro3.jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmris Server implementation for the JMRI interfaces.jmri.jmris.srcp Contains a SRCP protocol parser to be built with the Java Compiler Compiler (JavaCC).jmri.jmrit Various non-system-specific JMRI tools.jmri.jmrit.decoderdefn Decoder definitions via XML, including the decoder index.jmri.jmrit.dualdecoder jmri.jmrit.roster jmri.jmrit.simpleprog jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrit.withrottle jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.bachrus.speedmatcher jmri.jmrix.bachrus.speedmatcher.basic jmri.jmrix.bachrus.speedmatcher.speedStepScale jmri.jmrix.bidib jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.dcc4pc jmri.jmrix.dccpp jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.lenz jmri.jmrix.lenz.hornbyelite jmri.jmrix.lenz.li100 jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.qsi Connects to a QSI programmer unit.jmri.jmrix.roco.z21 jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.zimo jmri.progdebugger A simple implementation of Programmer for debugging purposes. -
-
Uses of ProgListener in apps.gui3.dp3
Classes in apps.gui3.dp3 that implement ProgListener Modifier and Type Class Description class
PaneProgDp3Action
Swing action to create and register a frame for selecting the information needed to open a PaneProgFrame in service mode. -
Uses of ProgListener in jmri
Methods in jmri with parameters of type ProgListener Modifier and Type Method Description void
Programmer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.default void
Programmer. notifyProgListenerEnd(ProgListener p, int value, int status)
wrapper to callprogrammingOpReply(int, int)
that verifies the specified progListener is not null.void
Programmer. readCV(java.lang.String CV, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.default void
Programmer. readCV(java.lang.String CV, ProgListener p, int startVal)
Perform a CV read in the system-specific manner, and using the specified programming mode, possibly using a hint of the current value to speed up programming.void
Programmer. writeCV(java.lang.String CV, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.implementation
Classes in jmri.implementation that implement ProgListener Modifier and Type Class Description class
AccessoryOpsModeProgrammerFacade
Programmer facade for access to Accessory Decoder Ops Mode programmingclass
AddressedHighCvProgrammerFacade
Programmer facade, at this point just an example.class
DccConsist
This is the Default DCC consist.class
MultiIndexProgrammerFacade
Programmer facade for accessing CVs that require one or more "index CVs" to have specific values before doing the final read or write operation.class
NmraConsist
This is the Default DCC consist manager installed on systems which support the command station interface.class
OffsetHighCvProgrammerFacade
Programmer facade, at this point just an example.class
OpsModeDelayedProgrammerFacade
Programmer facade for access to Accessory Decoder Ops Mode programmingclass
ResettingOffsetHighCvProgrammerFacade
Programmer facade, at this point just an example.class
TwoIndexTcsProgrammerFacade
Programmer facade for single index multi-CV access.class
VerifyWriteProgrammerFacade
Programmer facade which verifies each write via a read, if possible.Methods in jmri.implementation with parameters of type ProgListener Modifier and Type Method Description void
AccessoryOpsModeProgrammerFacade. confirmCV(java.lang.String cv, int val, ProgListener p)
void
MultiIndexProgrammerFacade. confirmCV(java.lang.String CV, int val, ProgListener p)
void
OpsModeDelayedProgrammerFacade. confirmCV(java.lang.String cv, int val, ProgListener p)
void
TwoIndexTcsProgrammerFacade. confirmCV(java.lang.String CV, int startVal, ProgListener p)
void
AccessoryOpsModeProgrammerFacade. readCV(java.lang.String cv, ProgListener p)
void
AccessoryOpsModeProgrammerFacade. readCV(java.lang.String cv, ProgListener p, int startVal)
void
AddressedHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p)
void
AddressedHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)
void
MultiIndexProgrammerFacade. readCV(java.lang.String CV, ProgListener p)
void
MultiIndexProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)
void
OffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p)
void
OffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)
void
OpsModeDelayedProgrammerFacade. readCV(java.lang.String cv, ProgListener p)
void
OpsModeDelayedProgrammerFacade. readCV(java.lang.String cv, ProgListener p, int startVal)
void
ResettingOffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p)
void
ResettingOffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)
void
TwoIndexTcsProgrammerFacade. readCV(java.lang.String CV, ProgListener p)
void
TwoIndexTcsProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)
void
VerifyWriteProgrammerFacade. readCV(java.lang.String CV, ProgListener p)
protected void
AccessoryOpsModeProgrammerFacade. useProgrammer(ProgListener p)
Internal method to remember who's using the programmer.protected void
AddressedHighCvProgrammerFacade. useProgrammer(ProgListener p)
protected void
MultiIndexProgrammerFacade. useProgrammer(ProgListener p)
protected void
OffsetHighCvProgrammerFacade. useProgrammer(ProgListener p)
protected void
OpsModeDelayedProgrammerFacade. useProgrammer(ProgListener p)
Internal method to remember who's using the programmer.protected void
ResettingOffsetHighCvProgrammerFacade. useProgrammer(ProgListener p)
protected void
TwoIndexTcsProgrammerFacade. useProgrammer(ProgListener p)
protected void
VerifyWriteProgrammerFacade. useProgrammer(ProgListener p)
void
AccessoryOpsModeProgrammerFacade. writeCV(java.lang.String cv, int val, ProgListener p)
void
AddressedHighCvProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)
void
MultiIndexProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)
void
OffsetHighCvProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)
void
OpsModeDelayedProgrammerFacade. writeCV(java.lang.String cv, int val, ProgListener p)
void
ResettingOffsetHighCvProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)
void
TwoIndexTcsProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)
void
VerifyWriteProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)
-
Uses of ProgListener in jmri.jmris
Classes in jmri.jmris that implement ProgListener Modifier and Type Class Description class
AbstractProgrammerServer
Abstract interface between the a JMRI Programmer and a network connection -
Uses of ProgListener in jmri.jmris.srcp
Classes in jmri.jmris.srcp that implement ProgListener Modifier and Type Class Description class
JmriSRCPProgrammerServer
SRCP interface between the JMRI service mode programmer and a network connection -
Uses of ProgListener in jmri.jmrit
Classes in jmri.jmrit that implement ProgListener Modifier and Type Class Description class
AbstractIdentify
Abstract base for common code ofIdentifyLoco
andIdentifyDecoder
, the two classes that use a programmer to match Roster entries to what's on the programming track. -
Uses of ProgListener in jmri.jmrit.decoderdefn
Classes in jmri.jmrit.decoderdefn that implement ProgListener Modifier and Type Class Description class
IdentifyDecoder
Interact with a programmer to identify theDecoderIndexFile
entry for a decoder on the programming track. -
Uses of ProgListener in jmri.jmrit.dualdecoder
Classes in jmri.jmrit.dualdecoder that implement ProgListener Modifier and Type Class Description class
DualDecoderSelectPane
Pane for selecting an active decoder from multiple ones in a loco -
Uses of ProgListener in jmri.jmrit.roster
Classes in jmri.jmrit.roster that implement ProgListener Modifier and Type Class Description class
IdentifyLoco
Interact with a programmer to identify theRosterEntry
for a loco on the programming track. -
Uses of ProgListener in jmri.jmrit.simpleprog
Classes in jmri.jmrit.simpleprog that implement ProgListener Modifier and Type Class Description class
SimpleProgFrame
Frame providing a simple command station programmer -
Uses of ProgListener in jmri.jmrit.symbolicprog
Classes in jmri.jmrit.symbolicprog that implement ProgListener Modifier and Type Class Description class
CvValue
Encapsulate a single CV value and provide programming access to the decoder. -
Uses of ProgListener in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement ProgListener Modifier and Type Class Description class
ConsistController
class
WiFiConsist
-
Uses of ProgListener in jmri.jmrix
Methods in jmri.jmrix with parameters of type ProgListener Modifier and Type Method Description abstract void
AbstractProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
AbstractProgrammerFacade. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.abstract void
AbstractProgrammer. readCV(java.lang.String CV, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
AbstractProgrammerFacade. readCV(java.lang.String CV, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.abstract void
AbstractProgrammer. writeCV(java.lang.String CV, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
AbstractProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.bachrus
Classes in jmri.jmrix.bachrus that implement ProgListener Modifier and Type Class Description class
SpeedoConsoleFrame
Frame for Speedo Console for Bachrus running stand reader interface -
Uses of ProgListener in jmri.jmrix.bachrus.speedmatcher
Classes in jmri.jmrix.bachrus.speedmatcher that implement ProgListener Modifier and Type Class Description class
SpeedMatcher
Abstract class defining the basic operations of a speed matcher. -
Uses of ProgListener in jmri.jmrix.bachrus.speedmatcher.basic
Classes in jmri.jmrix.bachrus.speedmatcher.basic that implement ProgListener Modifier and Type Class Description class
BasicESUTableSpeedMatcher
This is a simple speed matcher which will speed match a locomotive to a given start and top speed using ESU's complex speed table.class
BasicSimpleCVSpeedMatcher
This is a simple speed matcher which will speed match a locomotive to a given start and top speed using the VStart, VMid, and VHigh CVs.class
BasicSpeedMatcher
Abstract class defining the basic operations of a Basic speed matcher (sets a minimum speed at speed step 1, a maximum at speed step 28, and some number of points in between).class
BasicSpeedTableSpeedMatcher
This is a simple speed matcher which will speed match a locomotive to a given start and top speed using the complex speed table. -
Uses of ProgListener in jmri.jmrix.bachrus.speedmatcher.speedStepScale
Classes in jmri.jmrix.bachrus.speedmatcher.speedStepScale that implement ProgListener Modifier and Type Class Description class
SpeedStepScaleESUTableSpeedMatcher
This is a speed step scale speed matcher which will speed match a locomotive such that its speed in mph/kph will be equal to its speed step in 128 speed step mode.class
SpeedStepScaleSpeedMatcher
Abstract class defining the basic operations of a Speed Step Scale speed matcher (sets up the complex speed table such that the speed step equals the locomotive speed when using "128" speed step mode).class
SpeedStepScaleSpeedTableSpeedMatcher
This is a speed step scale speed matcher which will speed match a locomotive such that its speed in mph/kph will be equal to its speed step in 128 speed step mode. -
Uses of ProgListener in jmri.jmrix.bidib
Fields in jmri.jmrix.bidib declared as ProgListener Modifier and Type Field Description protected ProgListener
BiDiBOpsModeProgrammer. progListener
Methods in jmri.jmrix.bidib with parameters of type ProgListener Modifier and Type Method Description void
BiDiBOpsModeProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
BiDiBProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
BiDiBOpsModeProgrammer. notifyProgListenerEnd(ProgListener p, int value, org.bidib.jbidibc.messages.enums.PomAcknowledge result)
void
BiDiBOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
BiDiBProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
BiDiBProgrammer. useProgrammer(ProgListener p)
void
BiDiBOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
BiDiBProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus with parameters of type ProgListener Modifier and Type Method Description void
CbusDccOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
CbusDccProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
CbusDccOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
CbusDccProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
CbusDccProgrammer. readCV(java.lang.String CVname, ProgListener p, int startVal)
Perform a CV read in the system-specific manner, and using the specified programming mode, possibly using a hint of the current value to speed up programming.protected void
CbusDccProgrammer. useProgrammer(ProgListener p)
void
CbusDccOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
CbusDccProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement ProgListener Modifier and Type Class Description (package private) static class
Dcc4PcOpsModeProgrammer.ProxyProgList
Fields in jmri.jmrix.dcc4pc declared as ProgListener Modifier and Type Field Description (package private) ProgListener
Dcc4PcOpsModeProgrammer. progListener
Methods in jmri.jmrix.dcc4pc with parameters of type ProgListener Modifier and Type Method Description void
Dcc4PcOpsModeProgrammer. confirmCV(java.lang.String cvName, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
Dcc4PcOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
Dcc4PcOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.dccpp
Fields in jmri.jmrix.dccpp declared as ProgListener Modifier and Type Field Description (package private) ProgListener
DCCppOpsModeProgrammer. progListener
Methods in jmri.jmrix.dccpp with parameters of type ProgListener Modifier and Type Method Description void
DCCppOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
DCCppProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
DCCppOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
DCCppProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
DCCppProgrammer. readCV(java.lang.String CVname, ProgListener p, int startVal)
Perform a CV read in the system-specific manner, and using the specified programming mode, possibly using a hint of the current value to speed up programming.protected void
DCCppProgrammer. useProgrammer(ProgListener p)
void
DCCppOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
DCCppProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement ProgListener Modifier and Type Class Description class
EasyDccConsist
This is the Consist definition for a consist on an EasyDCC system. it uses the EasyDcc specific commands to build a consist.Methods in jmri.jmrix.easydcc with parameters of type ProgListener Modifier and Type Method Description void
EasyDccOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
EasyDccProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
EasyDccOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
EasyDccProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
EasyDccProgrammer. useProgrammer(ProgListener p)
void
EasyDccOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
EasyDccProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.ecos
Methods in jmri.jmrix.ecos with parameters of type ProgListener Modifier and Type Method Description void
EcosProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
EcosProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
EcosProgrammer. useProgrammer(ProgListener p)
void
EcosProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement ProgListener Modifier and Type Class Description class
XNetConsist
XNetConsist.java This is the Consist definition for a consist on an XPresNet system. it uses the XpressNet specific commands to build a consist.Fields in jmri.jmrix.lenz declared as ProgListener Modifier and Type Field Description protected ProgListener
XNetOpsModeProgrammer. progListener
Methods in jmri.jmrix.lenz with parameters of type ProgListener Modifier and Type Method Description void
XNetOpsModeProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
XNetProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
XNetOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
XNetProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
XNetProgrammer. useProgrammer(ProgListener p)
void
XNetOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
XNetProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.lenz.hornbyelite
Methods in jmri.jmrix.lenz.hornbyelite with parameters of type ProgListener Modifier and Type Method Description void
EliteXNetProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
EliteXNetProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
EliteXNetProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.lenz.li100
Methods in jmri.jmrix.lenz.li100 with parameters of type ProgListener Modifier and Type Method Description void
LI100XNetProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
LI100XNetProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
LI100XNetProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement ProgListener Modifier and Type Class Description class
LocoNetConsist
LocoNetConsist.java This is the Consist definition for a consist on a LocoNet system.Fields in jmri.jmrix.loconet declared as ProgListener Modifier and Type Field Description (package private) ProgListener
LnOpsModeProgrammer. p
Methods in jmri.jmrix.loconet with parameters of type ProgListener Modifier and Type Method Description void
LnDeferProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
LnOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener pL)
Confirm the value of a CV using the specified programming mode.void
SlotManager. confirmCV(java.lang.String CVname, int val, ProgListener p)
Confirm a CV via the Service Mode programmer.void
SlotManager. confirmCVOpsMode(java.lang.String CVname, int val, ProgListener p, int addr, boolean longAddr)
Confirm a CV via the OpsMode programmer.void
SlotManager. doConfirm(int CV, int val, ProgListener p, int pcmd)
Perform a confirm operation of a CV via the Service Mode programmer.(package private) void
SlotManager. doRead(int CV, ProgListener p, int progByte, int startVal)
Perform a CV Read.void
SlotManager. doWrite(int CV, int val, ProgListener p, int pcmd)
Perform a write a CV via the Service Mode programmer.void
LnDeferProgrammer. notifyProgListenerEnd(ProgListener p, int value, int status)
void
CsOpSwAccess. readCsOpSw(java.lang.String opSw, ProgListener pL)
void
LnDeferProgrammer. readCV(java.lang.String CV, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
LnDeferProgrammer. readCV(java.lang.String CV, ProgListener p, int startVal)
Perform a CV read in the system-specific manner, and using the specified programming mode, possibly using a hint of the current value to speed up programming.void
LnOpsModeProgrammer. readCV(java.lang.String CV, ProgListener pL)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
SlotManager. readCV(java.lang.String cvNum, ProgListener p)
void
SlotManager. readCV(java.lang.String cvNum, ProgListener p, int startVal)
Read a CV via the OpsMode programmer.void
SlotManager. readCVOpsMode(java.lang.String CVname, ProgListener p, int addr, boolean longAddr)
Invoked by LnOpsModeProgrammer to start an ops-mode read operation.protected void
SlotManager. sendProgrammingReply(ProgListener p, int value, int status)
Internal routine to forward a programming reply.void
CsOpSwAccess. setProgrammerListener(ProgListener p)
protected void
SlotManager. useProgrammer(ProgListener p)
protected void
UhlenbrockSlotManager. useProgrammer(ProgListener p)
void
CsOpSwAccess. writeCsOpSw(java.lang.String opSw, int val, ProgListener pL)
void
LnDeferProgrammer. writeCV(java.lang.String CV, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
LnOpsModeProgrammer. writeCV(java.lang.String CV, int val, ProgListener pL)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
SlotManager. writeCV(java.lang.String cvNum, int val, ProgListener p)
Write a CV via the Service Mode programmer.void
SlotManager. writeCVOpsMode(java.lang.String CVname, int val, ProgListener p, int addr, boolean longAddr)
Write a CV via Ops Mode programming.Constructors in jmri.jmrix.loconet with parameters of type ProgListener Constructor Description CsOpSwAccess(LocoNetSystemConnectionMemo memo, ProgListener p)
-
Uses of ProgListener in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement ProgListener Modifier and Type Class Description class
MqttConsist
This is the Consist definition for a consist on an MQTT system. -
Uses of ProgListener in jmri.jmrix.mrc
Methods in jmri.jmrix.mrc with parameters of type ProgListener Modifier and Type Method Description void
MrcOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
MrcProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
MrcOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
MrcProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
MrcProgrammer. useProgrammer(ProgListener p)
void
MrcOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
MrcProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement ProgListener Modifier and Type Class Description class
NceConsist
The Consist definition for a consist on an NCE system.Methods in jmri.jmrix.nce with parameters of type ProgListener Modifier and Type Method Description void
NceOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
NceProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
NceOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
NceProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
NceProgrammer. useProgrammer(ProgListener p)
void
NceOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
NceProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.openlcb
Methods in jmri.jmrix.openlcb with parameters of type ProgListener Modifier and Type Method Description void
OlcbProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
OlcbProgrammer. readCV(java.lang.String CV, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
OlcbProgrammer. writeCV(java.lang.String CV, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.qsi
Methods in jmri.jmrix.qsi with parameters of type ProgListener Modifier and Type Method Description void
QsiProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
QsiProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
QsiProgrammer. useProgrammer(ProgListener p)
void
QsiProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.roco.z21
Methods in jmri.jmrix.roco.z21 with parameters of type ProgListener Modifier and Type Method Description void
Z21XNetOpsModeProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
Z21XNetOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
Z21XNetProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
Z21XNetOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
Z21XNetProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.sprog
Fields in jmri.jmrix.sprog declared as ProgListener Modifier and Type Field Description (package private) ProgListener
SprogProgrammer. _progListener
Methods in jmri.jmrix.sprog with parameters of type ProgListener Modifier and Type Method Description void
SprogOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
SprogProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
SprogOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
SprogProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
SprogProgrammer. readCV(java.lang.String CVname, ProgListener p, int startVal)
Perform a CV read in the system-specific manner, and using the specified programming mode, possibly using a hint of the current value to speed up programming.void
SprogProgrammer. readCVWithDefault(java.lang.String CVname, ProgListener p, int startVal)
Internal method to read a CV with a possible default valueprotected void
SprogProgrammer. useProgrammer(ProgListener p)
Internal method to remember who's using the programmer.void
SprogOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
SprogProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.srcp
Methods in jmri.jmrix.srcp with parameters of type ProgListener Modifier and Type Method Description void
SRCPProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
SRCPProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
SRCPProgrammer. useProgrammer(ProgListener p)
void
SRCPProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.tams
Methods in jmri.jmrix.tams with parameters of type ProgListener Modifier and Type Method Description void
TamsOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
TamsProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
TamsOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
TamsProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
TamsProgrammer. useProgrammer(ProgListener p)
void
TamsOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
TamsProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.jmrix.zimo
Methods in jmri.jmrix.zimo with parameters of type ProgListener Modifier and Type Method Description void
Mx1OpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
Mx1Programmer. confirmCV(java.lang.String CV, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
Mx1OpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
Mx1Programmer. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.protected void
Mx1Programmer. useProgrammer(ProgListener p)
void
Mx1OpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.void
Mx1Programmer. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode. -
Uses of ProgListener in jmri.progdebugger
Methods in jmri.progdebugger with parameters of type ProgListener Modifier and Type Method Description void
ProgDebugger. confirmCV(java.lang.String CVname, int val, ProgListener p)
Confirm the value of a CV using the specified programming mode.void
ProgDebugger. readCV(java.lang.String CVname, ProgListener p)
Perform a CV read in the system-specific manner, and using the specified programming mode.void
ProgDebugger. writeCV(java.lang.String CVname, int val, ProgListener p)
Perform a CV write in the system-specific manner, and using the specified programming mode.
-