Package jmri.jmrix.can.cbus
Class CbusDccProgrammer.CbusDccProgrammerConfigurator
- java.lang.Object
-
- jmri.jmrix.can.cbus.CbusDccProgrammer.CbusDccProgrammerConfigurator
-
- All Implemented Interfaces:
Programmer.Configurator
- Enclosing class:
- CbusDccProgrammer
public class CbusDccProgrammer.CbusDccProgrammerConfigurator extends java.lang.Object implements Programmer.Configurator
-
-
Constructor Summary
Constructors Constructor Description CbusDccProgrammerConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setNodeOfInterest(CbusNode n)
Set the CBUS Node to be used for NV programming
-
-
-
Constructor Detail
-
CbusDccProgrammerConfigurator
public CbusDccProgrammerConfigurator()
-
-
Method Detail
-
setNodeOfInterest
public void setNodeOfInterest(CbusNode n)
Set the CBUS Node to be used for NV programming- Parameters:
n
- a CBUS node
-
-