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.tmcc 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 classPaneProgDp3ActionSwing 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 voidProgrammer. confirmCV(java.lang.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(java.lang.String CV, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.default voidProgrammer. 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.voidProgrammer. 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 classAccessoryOpsModeProgrammerFacadeProgrammer facade for access to Accessory Decoder Ops Mode programmingclassAddressedHighCvProgrammerFacadeProgrammer facade, at this point just an example.classDccConsistThis is the Default DCC consist.classMultiIndexProgrammerFacadeProgrammer facade for accessing CVs that require one or more "index CVs" to have specific values before doing the final read or write operation.classNmraConsistThis is the Default DCC consist manager installed on systems which support the command station interface.classOffsetHighCvProgrammerFacadeProgrammer facade, at this point just an example.classOpsModeDelayedProgrammerFacadeProgrammer facade for access to Accessory Decoder Ops Mode programmingclassResettingOffsetHighCvProgrammerFacadeProgrammer facade, at this point just an example.classTwoIndexTcsProgrammerFacadeProgrammer facade for single index multi-CV access.classVerifyWriteProgrammerFacadeProgrammer facade which verifies each write via a read, if possible.Methods in jmri.implementation with parameters of type ProgListener Modifier and Type Method Description voidAccessoryOpsModeProgrammerFacade. confirmCV(java.lang.String cv, int val, ProgListener p)voidMultiIndexProgrammerFacade. confirmCV(java.lang.String CV, int val, ProgListener p)voidOpsModeDelayedProgrammerFacade. confirmCV(java.lang.String cv, int val, ProgListener p)voidPermissionProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidTwoIndexTcsProgrammerFacade. confirmCV(java.lang.String CV, int startVal, ProgListener p)voidAccessoryOpsModeProgrammerFacade. readCV(java.lang.String cv, ProgListener p)voidAccessoryOpsModeProgrammerFacade. readCV(java.lang.String cv, ProgListener p, int startVal)voidAddressedHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p)voidAddressedHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)voidMultiIndexProgrammerFacade. readCV(java.lang.String CV, ProgListener p)voidMultiIndexProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)voidOffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p)voidOffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)voidOpsModeDelayedProgrammerFacade. readCV(java.lang.String cv, ProgListener p)voidOpsModeDelayedProgrammerFacade. readCV(java.lang.String cv, ProgListener p, int startVal)voidPermissionProgrammer. readCV(java.lang.String CV, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidResettingOffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p)voidResettingOffsetHighCvProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)voidTwoIndexTcsProgrammerFacade. readCV(java.lang.String CV, ProgListener p)voidTwoIndexTcsProgrammerFacade. readCV(java.lang.String CV, ProgListener p, int startVal)voidVerifyWriteProgrammerFacade. readCV(java.lang.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(java.lang.String cv, int val, ProgListener p)voidAddressedHighCvProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)voidMultiIndexProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)voidOffsetHighCvProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)voidOpsModeDelayedProgrammerFacade. writeCV(java.lang.String cv, int val, ProgListener p)voidPermissionProgrammer. writeCV(java.lang.String CV, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidResettingOffsetHighCvProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)voidTwoIndexTcsProgrammerFacade. writeCV(java.lang.String CV, int val, ProgListener p)voidVerifyWriteProgrammerFacade. 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 classAbstractProgrammerServerAbstract 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 classJmriSRCPProgrammerServerSRCP 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 classAbstractIdentifyAbstract 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 ProgListener Modifier and Type Class Description classIdentifyDecoderInteract 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 ProgListener Modifier and Type Class Description classDualDecoderSelectPanePane 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 classIdentifyLocoInteract 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 ProgListener Modifier and Type Class Description classSimpleProgFrameFrame 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 classCvValueEncapsulate 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 classConsistControllerclassWiFiConsist -
Uses of ProgListener in jmri.jmrix
Methods in jmri.jmrix with parameters of type ProgListener Modifier and Type Method Description abstract voidAbstractProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidAbstractProgrammerFacade. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.abstract voidAbstractProgrammer. readCV(java.lang.String CV, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidAbstractProgrammerFacade. readCV(java.lang.String CV, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.abstract voidAbstractProgrammer. writeCV(java.lang.String CV, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidAbstractProgrammerFacade. 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 classSpeedoConsoleFrameFrame 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 classSpeedMatcherAbstract 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 classBasicESUTableSpeedMatcherThis is a simple speed matcher which will speed match a locomotive to a given start and top speed using ESU's complex speed table.classBasicSimpleCVSpeedMatcherThis 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.classBasicSpeedMatcherAbstract 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).classBasicSpeedTableSpeedMatcherThis 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 classSpeedStepScaleESUTableSpeedMatcherThis 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.classSpeedStepScaleSpeedMatcherAbstract 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).classSpeedStepScaleSpeedTableSpeedMatcherThis 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 ProgListenerBiDiBOpsModeProgrammer. progListenerMethods in jmri.jmrix.bidib with parameters of type ProgListener Modifier and Type Method Description voidBiDiBOpsModeProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidBiDiBProgrammer. confirmCV(java.lang.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(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidBiDiBProgrammer. readCV(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidBiDiBProgrammer. 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 voidCbusDccOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidCbusDccProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidCbusDccOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidCbusDccProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidCbusDccProgrammer. 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 voidCbusDccProgrammer. useProgrammer(ProgListener p)voidCbusDccOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidCbusDccProgrammer. 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 classDcc4PcOpsModeProgrammer.ProxyProgListFields in jmri.jmrix.dcc4pc declared as ProgListener Modifier and Type Field Description (package private) ProgListenerDcc4PcOpsModeProgrammer. progListenerMethods in jmri.jmrix.dcc4pc with parameters of type ProgListener Modifier and Type Method Description voidDcc4PcOpsModeProgrammer. confirmCV(java.lang.String cvName, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidDcc4PcOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidDcc4PcOpsModeProgrammer. 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) ProgListenerDCCppOpsModeProgrammer. progListenerMethods in jmri.jmrix.dccpp with parameters of type ProgListener Modifier and Type Method Description voidDCCppOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidDCCppProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidDCCppOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidDCCppProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidDCCppProgrammer. 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 voidDCCppProgrammer. useProgrammer(ProgListener p)voidDCCppOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidDCCppProgrammer. 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 classEasyDccConsistThis 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 voidEasyDccOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidEasyDccProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidEasyDccOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidEasyDccProgrammer. readCV(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidEasyDccProgrammer. 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 voidEcosProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidEcosProgrammer. readCV(java.lang.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(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 classXNetConsistXNetConsist.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 ProgListenerXNetOpsModeProgrammer. progListenerMethods in jmri.jmrix.lenz with parameters of type ProgListener Modifier and Type Method Description voidXNetOpsModeProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidXNetProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidXNetOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidXNetProgrammer. readCV(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidXNetProgrammer. 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 voidEliteXNetProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidEliteXNetProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidEliteXNetProgrammer. 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 voidLI100XNetProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidLI100XNetProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidLI100XNetProgrammer. 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 classLocoNetConsistLocoNetConsist.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) ProgListenerLnOpsModeProgrammer. pMethods in jmri.jmrix.loconet with parameters of type ProgListener Modifier and Type Method Description voidLnDeferProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidLnOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener pL)Confirm the value of a CV using the specified programming mode.voidSlotManager. confirmCV(java.lang.String CVname, int val, ProgListener p)Confirm a CV via the Service Mode programmer.voidSlotManager. confirmCVOpsMode(java.lang.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(java.lang.String opSw, ProgListener pL)voidLnDeferProgrammer. readCV(java.lang.String CV, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidLnDeferProgrammer. 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.voidLnOpsModeProgrammer. readCV(java.lang.String CV, ProgListener pL)Perform a CV read in the system-specific manner, and using the specified programming mode.voidSlotManager. readCV(java.lang.String cvNum, ProgListener p)voidSlotManager. readCV(java.lang.String cvNum, ProgListener p, int startVal)Read a CV via the OpsMode programmer.voidSlotManager. readCVOpsMode(java.lang.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(java.lang.String opSw, int val, ProgListener pL)voidLnDeferProgrammer. writeCV(java.lang.String CV, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidLnOpsModeProgrammer. writeCV(java.lang.String CV, int val, ProgListener pL)Perform a CV write in the system-specific manner, and using the specified programming mode.voidSlotManager. writeCV(java.lang.String cvNum, int val, ProgListener p)Write a CV via the Service Mode programmer.voidSlotManager. 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 classMqttConsistThis 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 voidMrcOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidMrcProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidMrcOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidMrcProgrammer. readCV(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidMrcProgrammer. 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 classNceConsistThe Consist definition for a consist on an NCE system.Methods in jmri.jmrix.nce with parameters of type ProgListener Modifier and Type Method Description voidNceOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidNceProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidNceOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidNceProgrammer. readCV(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidNceProgrammer. 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 voidOlcbProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidOlcbProgrammer. readCV(java.lang.String CV, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidOlcbProgrammer. 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 voidQsiProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidQsiProgrammer. readCV(java.lang.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(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 voidZ21XNetOpsModeProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidZ21XNetOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidZ21XNetProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidZ21XNetOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidZ21XNetProgrammer. 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) ProgListenerSprogProgrammer. _progListenerMethods in jmri.jmrix.sprog with parameters of type ProgListener Modifier and Type Method Description voidSprogOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidSprogProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidSprogOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidSprogProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidSprogProgrammer. 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.voidSprogProgrammer. readCVWithDefault(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidSprogProgrammer. 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 voidSRCPProgrammer. confirmCV(java.lang.String CVname, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidSRCPProgrammer. readCV(java.lang.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(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 voidTamsOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidTamsProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidTamsOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidTamsProgrammer. readCV(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidTamsProgrammer. 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.tmcc
Methods in jmri.jmrix.tmcc with parameters of type ProgListener Modifier and Type Method Description voidTmccOpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidTmccProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidTmccOpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidTmccProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidTmccOpsModeProgrammer. writeCV(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidTmccProgrammer. 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 voidMx1OpsModeProgrammer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidMx1Programmer. confirmCV(java.lang.String CV, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidMx1OpsModeProgrammer. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidMx1Programmer. readCV(java.lang.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(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.voidMx1Programmer. 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 voidProgDebugger. confirmCV(java.lang.String CVname, int val, ProgListener p)Confirm the value of a CV using the specified programming mode.voidProgDebugger. readCV(java.lang.String CVname, ProgListener p)Perform a CV read in the system-specific manner, and using the specified programming mode.voidProgDebugger. writeCV(java.lang.String CVname, int val, ProgListener p)Perform a CV write in the system-specific manner, and using the specified programming mode.
-