Package jmri

Interface Programmer.Configurator

All Known Implementing Classes:
CbusDccProgrammer.CbusDccProgrammerConfigurator, ProgDebugger.ProgDebuggerConfigurator, XNetOpsModeProgrammer.XNetOpsConfigurator, XNetProgrammer.XNetConfigurator
Enclosing interface:
Programmer

public static interface Programmer.Configurator
A configurator for this programmer. It's used if some code in JMRI needs to get direct access to some part of a connection specific programmer.

Note! This class must not be the programmer itself. It should open up as little as possible of the programmer. Otherwise an hacker could potentially use this to circumvent the permission system.