Uses of Interface
jmri.ProgListener
Packages that use ProgListener
Package
Description
The current DecoderPro application, previously known as DecoderPro3.
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Server implementation for the JMRI interfaces.
Contains a SRCP protocol parser to be built with the
Java Compiler Compiler (JavaCC).
Various non-system-specific JMRI tools.
Decoder definitions via XML, including the decoder index.
Basic support for advanced programming, primarily used by DecoderPro.
Interfaces and implementations for system-specific code.
Provides connections and GUI support for attached speedometers.
Defines classes for interfacing to a MERG CBUS network.
Support for the ESU ECoS.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Provides JMRI layout objects that use MQTT connections.
Implementation of the JMRI OpenLCB hardware interface.
Connects to a QSI programmer unit.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
A simple implementation of Programmer for debugging purposes.
-
Uses of ProgListener in apps.gui3.dp3
Classes in apps.gui3.dp3 that implement ProgListenerModifier and TypeClassDescriptionclassSwing 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 ProgListenerModifier and TypeMethodDescriptionvoidProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.default voidProgrammer.notifyProgListenerEnd(ProgListener p, int value, int status) wrapper to callprogrammingOpReply(int, int)that verifies the specified progListener is not null.voidProgrammer.readCV(String CV, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.default voidProgrammer.readCV(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.voidProgrammer.writeCV(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 ProgListenerModifier and TypeClassDescriptionclassProgrammer facade for access to Accessory Decoder Ops Mode programmingclassProgrammer facade, at this point just an example.classThis is the Default DCC consist.classProgrammer facade for accessing CVs that require one or more "index CVs" to have specific values before doing the final read or write operation.classThis is the Default DCC consist manager installed on systems which support the command station interface.classProgrammer facade, at this point just an example.classProgrammer facade for access to Accessory Decoder Ops Mode programmingclassProgrammer facade, at this point just an example.classProgrammer facade for single index multi-CV access.classProgrammer facade which verifies each write via a read, if possible.Methods in jmri.implementation with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidAccessoryOpsModeProgrammerFacade.confirmCV(String cv, int val, ProgListener p) voidMultiIndexProgrammerFacade.confirmCV(String CV, int val, ProgListener p) voidOpsModeDelayedProgrammerFacade.confirmCV(String cv, int val, ProgListener p) voidPermissionProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidTwoIndexTcsProgrammerFacade.confirmCV(String CV, int startVal, ProgListener p) voidAccessoryOpsModeProgrammerFacade.readCV(String cv, ProgListener p) voidAccessoryOpsModeProgrammerFacade.readCV(String cv, ProgListener p, int startVal) voidAddressedHighCvProgrammerFacade.readCV(String CV, ProgListener p) voidAddressedHighCvProgrammerFacade.readCV(String CV, ProgListener p, int startVal) voidMultiIndexProgrammerFacade.readCV(String CV, ProgListener p) voidMultiIndexProgrammerFacade.readCV(String CV, ProgListener p, int startVal) voidOffsetHighCvProgrammerFacade.readCV(String CV, ProgListener p) voidOffsetHighCvProgrammerFacade.readCV(String CV, ProgListener p, int startVal) voidOpsModeDelayedProgrammerFacade.readCV(String cv, ProgListener p) voidOpsModeDelayedProgrammerFacade.readCV(String cv, ProgListener p, int startVal) voidPermissionProgrammer.readCV(String CV, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidPermissionProgrammer.readCV(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.voidResettingOffsetHighCvProgrammerFacade.readCV(String CV, ProgListener p) voidResettingOffsetHighCvProgrammerFacade.readCV(String CV, ProgListener p, int startVal) voidTwoIndexTcsProgrammerFacade.readCV(String CV, ProgListener p) voidTwoIndexTcsProgrammerFacade.readCV(String CV, ProgListener p, int startVal) voidVerifyWriteProgrammerFacade.readCV(String CV, ProgListener p) protected voidAccessoryOpsModeProgrammerFacade.useProgrammer(ProgListener p) Internal method to remember who's using the programmer.protected voidAddressedHighCvProgrammerFacade.useProgrammer(ProgListener p) protected voidMultiIndexProgrammerFacade.useProgrammer(ProgListener p) protected voidOffsetHighCvProgrammerFacade.useProgrammer(ProgListener p) protected voidOpsModeDelayedProgrammerFacade.useProgrammer(ProgListener p) Internal method to remember who's using the programmer.protected voidResettingOffsetHighCvProgrammerFacade.useProgrammer(ProgListener p) protected voidTwoIndexTcsProgrammerFacade.useProgrammer(ProgListener p) protected voidVerifyWriteProgrammerFacade.useProgrammer(ProgListener p) voidAccessoryOpsModeProgrammerFacade.writeCV(String cv, int val, ProgListener p) voidAddressedHighCvProgrammerFacade.writeCV(String CV, int val, ProgListener p) voidMultiIndexProgrammerFacade.writeCV(String CV, int val, ProgListener p) voidOffsetHighCvProgrammerFacade.writeCV(String CV, int val, ProgListener p) voidOpsModeDelayedProgrammerFacade.writeCV(String cv, int val, ProgListener p) voidPermissionProgrammer.writeCV(String CV, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidResettingOffsetHighCvProgrammerFacade.writeCV(String CV, int val, ProgListener p) voidTwoIndexTcsProgrammerFacade.writeCV(String CV, int val, ProgListener p) voidVerifyWriteProgrammerFacade.writeCV(String CV, int val, ProgListener p) -
Uses of ProgListener in jmri.jmris
Classes in jmri.jmris that implement ProgListenerModifier and TypeClassDescriptionclassAbstract interface between the a JMRI Programmer and a network connection -
Uses of ProgListener in jmri.jmris.srcp
Classes in jmri.jmris.srcp that implement ProgListenerModifier and TypeClassDescriptionclassSRCP interface between the JMRI service mode programmer and a network connection -
Uses of ProgListener in jmri.jmrit
Classes in jmri.jmrit that implement ProgListenerModifier and TypeClassDescriptionclassAbstract base for common code ofIdentifyLocoandIdentifyDecoder, 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 ProgListenerModifier and TypeClassDescriptionclassInteract with a programmer to identify theDecoderIndexFileentry for a decoder on the programming track. -
Uses of ProgListener in jmri.jmrit.dualdecoder
Classes in jmri.jmrit.dualdecoder that implement ProgListenerModifier and TypeClassDescriptionclassPane 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 ProgListenerModifier and TypeClassDescriptionclassInteract with a programmer to identify theRosterEntryfor a loco on the programming track. -
Uses of ProgListener in jmri.jmrit.simpleprog
Classes in jmri.jmrit.simpleprog that implement ProgListenerModifier and TypeClassDescriptionclassFrame providing a simple command station programmer -
Uses of ProgListener in jmri.jmrit.symbolicprog
Classes in jmri.jmrit.symbolicprog that implement ProgListenerModifier and TypeClassDescriptionclassEncapsulate 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 -
Uses of ProgListener in jmri.jmrix
Methods in jmri.jmrix with parameters of type ProgListenerModifier and TypeMethodDescriptionabstract voidAbstractProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidAbstractProgrammerFacade.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.abstract voidAbstractProgrammer.readCV(String CV, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidAbstractProgrammerFacade.readCV(String CV, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.abstract voidAbstractProgrammer.writeCV(String CV, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidAbstractProgrammerFacade.writeCV(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 ProgListenerModifier and TypeClassDescriptionclassFrame 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 ProgListenerModifier and TypeClassDescriptionclassAbstract 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 ProgListenerModifier and TypeClassDescriptionclassThis is a simple speed matcher which will speed match a locomotive to a given start and top speed using ESU's complex speed table.classThis 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.classAbstract 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).classThis 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 ProgListenerModifier and TypeClassDescriptionclassThis 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.classAbstract 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).classThis 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 ProgListenerMethods in jmri.jmrix.bidib with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidBiDiBOpsModeProgrammer.confirmCV(String CVname, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidBiDiBProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidBiDiBOpsModeProgrammer.notifyProgListenerEnd(ProgListener p, int value, org.bidib.jbidibc.messages.enums.PomAcknowledge result) voidBiDiBOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidBiDiBProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidBiDiBProgrammer.useProgrammer(ProgListener p) voidBiDiBOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidBiDiBProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidCbusDccOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidCbusDccProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidCbusDccOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidCbusDccProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidCbusDccProgrammer.readCV(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 voidCbusDccProgrammer.useProgrammer(ProgListener p) voidCbusDccOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidCbusDccProgrammer.writeCV(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 ProgListenerModifier and TypeClassDescription(package private) static classFields in jmri.jmrix.dcc4pc declared as ProgListenerModifier and TypeFieldDescription(package private) ProgListenerDcc4PcOpsModeProgrammer.progListenerMethods in jmri.jmrix.dcc4pc with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidDcc4PcOpsModeProgrammer.confirmCV(String cvName, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidDcc4PcOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidDcc4PcOpsModeProgrammer.writeCV(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 ProgListenerModifier and TypeFieldDescription(package private) ProgListenerDCCppOpsModeProgrammer.progListenerMethods in jmri.jmrix.dccpp with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidDCCppOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidDCCppProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidDCCppOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidDCCppProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidDCCppProgrammer.readCV(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 voidDCCppProgrammer.useProgrammer(ProgListener p) voidDCCppOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidDCCppProgrammer.writeCV(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 ProgListenerModifier and TypeClassDescriptionclassThis 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 ProgListenerModifier and TypeMethodDescriptionvoidEasyDccOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidEasyDccProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidEasyDccOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidEasyDccProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidEasyDccProgrammer.useProgrammer(ProgListener p) voidEasyDccOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidEasyDccProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidEcosProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidEcosProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidEcosProgrammer.useProgrammer(ProgListener p) voidEcosProgrammer.writeCV(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 ProgListenerModifier and TypeClassDescriptionclassXNetConsist.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 ProgListenerMethods in jmri.jmrix.lenz with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidXNetOpsModeProgrammer.confirmCV(String CVname, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidXNetProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidXNetOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidXNetProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidXNetProgrammer.useProgrammer(ProgListener p) voidXNetOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidXNetProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidEliteXNetProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidEliteXNetProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidEliteXNetProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidLI100XNetProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidLI100XNetProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidLI100XNetProgrammer.writeCV(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 ProgListenerModifier and TypeClassDescriptionclassLocoNetConsist.java This is the Consist definition for a consist on a LocoNet system.Fields in jmri.jmrix.loconet declared as ProgListenerMethods in jmri.jmrix.loconet with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidLnDeferProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidLnOpsModeProgrammer.confirmCV(String CV, int val, ProgListener pL) Confirm the value of a CV using the specified programming mode.voidSlotManager.confirmCV(String CVname, int val, ProgListener p) Confirm a CV via the Service Mode programmer.voidSlotManager.confirmCVOpsMode(String CVname, int val, ProgListener p, int addr, boolean longAddr) Confirm a CV via the OpsMode programmer.voidSlotManager.doConfirm(int CV, int val, ProgListener p, int pcmd) Perform a confirm operation of a CV via the Service Mode programmer.(package private) voidSlotManager.doRead(int CV, ProgListener p, int progByte, int startVal) Perform a CV Read.voidSlotManager.doWrite(int CV, int val, ProgListener p, int pcmd) Perform a write a CV via the Service Mode programmer.voidLnDeferProgrammer.notifyProgListenerEnd(ProgListener p, int value, int status) voidCsOpSwAccess.readCsOpSw(String opSw, ProgListener pL) voidLnDeferProgrammer.readCV(String CV, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidLnDeferProgrammer.readCV(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.voidLnOpsModeProgrammer.readCV(String CV, ProgListener pL) Perform a CV read in the system-specific manner, and using the specified programming mode.voidSlotManager.readCV(String cvNum, ProgListener p) voidSlotManager.readCV(String cvNum, ProgListener p, int startVal) Read a CV via the OpsMode programmer.voidSlotManager.readCVOpsMode(String CVname, ProgListener p, int addr, boolean longAddr) Invoked by LnOpsModeProgrammer to start an ops-mode read operation.protected voidSlotManager.sendProgrammingReply(ProgListener p, int value, int status) Internal routine to forward a programming reply.voidCsOpSwAccess.setProgrammerListener(ProgListener p) protected voidSlotManager.useProgrammer(ProgListener p) protected voidUhlenbrockSlotManager.useProgrammer(ProgListener p) voidCsOpSwAccess.writeCsOpSw(String opSw, int val, ProgListener pL) voidLnDeferProgrammer.writeCV(String CV, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidLnOpsModeProgrammer.writeCV(String CV, int val, ProgListener pL) Perform a CV write in the system-specific manner, and using the specified programming mode.voidSlotManager.writeCV(String cvNum, int val, ProgListener p) Write a CV via the Service Mode programmer.voidSlotManager.writeCVOpsMode(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 -
Uses of ProgListener in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement ProgListenerModifier and TypeClassDescriptionclassThis 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 ProgListenerModifier and TypeMethodDescriptionvoidMrcOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidMrcProgrammer.confirmCV(String CVname, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidMrcOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidMrcProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidMrcProgrammer.useProgrammer(ProgListener p) voidMrcOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidMrcProgrammer.writeCV(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 ProgListenerModifier and TypeClassDescriptionclassThe Consist definition for a consist on an NCE system.Methods in jmri.jmrix.nce with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidNceOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidNceProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidNceOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidNceProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidNceProgrammer.useProgrammer(ProgListener p) voidNceOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidNceProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidOlcbProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidOlcbProgrammer.readCV(String CV, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidOlcbProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidQsiProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidQsiProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidQsiProgrammer.useProgrammer(ProgListener p) voidQsiProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidZ21XNetOpsModeProgrammer.confirmCV(String CVname, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidZ21XNetOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidZ21XNetProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidZ21XNetOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidZ21XNetProgrammer.writeCV(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 ProgListenerMethods in jmri.jmrix.sprog with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidSprogOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidSprogProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidSprogOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidSprogProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidSprogProgrammer.readCV(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.voidSprogProgrammer.readCVWithDefault(String CVname, ProgListener p, int startVal) Internal method to read a CV with a possible default valueprotected voidSprogProgrammer.useProgrammer(ProgListener p) Internal method to remember who's using the programmer.voidSprogOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidSprogProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidSRCPProgrammer.confirmCV(String CVname, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidSRCPProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidSRCPProgrammer.useProgrammer(ProgListener p) voidSRCPProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidTamsOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidTamsProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidTamsOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidTamsProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidTamsProgrammer.useProgrammer(ProgListener p) voidTamsOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidTamsProgrammer.writeCV(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.tmcc
Classes in jmri.jmrix.tmcc that implement ProgListenerModifier and TypeClassDescriptionclassThis is the Consist definition for a consist on a TMCC system.Methods in jmri.jmrix.tmcc with parameters of type ProgListenerModifier and TypeMethodDescriptionvoidTmccOpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidTmccProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidTmccOpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidTmccProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidTmccOpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidTmccProgrammer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidMx1OpsModeProgrammer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidMx1Programmer.confirmCV(String CV, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidMx1OpsModeProgrammer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidMx1Programmer.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.protected voidMx1Programmer.useProgrammer(ProgListener p) voidMx1OpsModeProgrammer.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.voidMx1Programmer.writeCV(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 ProgListenerModifier and TypeMethodDescriptionvoidProgDebugger.confirmCV(String CVname, int val, ProgListener p) Confirm the value of a CV using the specified programming mode.voidProgDebugger.readCV(String CVname, ProgListener p) Perform a CV read in the system-specific manner, and using the specified programming mode.voidProgDebugger.writeCV(String CVname, int val, ProgListener p) Perform a CV write in the system-specific manner, and using the specified programming mode.