Uses of Interface
jmri.jmrix.nce.NceListener
-
-
Uses of NceListener in jmri.jmrit.operations.rollingstock.engines.tools
Classes in jmri.jmrit.operations.rollingstock.engines.tools that implement NceListener Modifier and Type Class Description classNceConsistEnginesRoutine to synchronize operation's engines with NCE consist memory. -
Uses of NceListener in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement NceListener Modifier and Type Class Description classNceAIUCheckerclassNceClockControlImplementation of the Hardware Fast Clock for NCE.classNceConnectionStatusContinuously checks and confirms that the communication link to the NCE Command Station is operational by reading the revision number of the EPROM.classNceConsistThe Consist definition for a consist on an NCE system.classNceConsist.NceReadConsistclassNceOpsModeProgrammerProvide an Ops Mode Programmer via a wrapper what works with the NCE command station object.classNcePowerManagerPowerManager implementation for controlling layout power.classNceProgrammerConvert the jmri.Programmer interface into commands for the NCE power house.classNceSensorManagerManage the NCE-specific Sensor implementation.classNceTurnoutManagerImplement turnout manager for NCE systems.classNceTurnoutMonitorPolls NCE Command Station for turnout discrepanciesFields in jmri.jmrix.nce declared as NceListener Modifier and Type Field Description (package private) NceListenerNceSensorManager. listenerMethods in jmri.jmrix.nce with parameters of type NceListener Modifier and Type Method Description voidNceInterface. addNceListener(NceListener l)voidNceTrafficController. addNceListener(NceListener l)voidNceInterface. removeNceListener(NceListener l)voidNceTrafficController. removeNceListener(NceListener l)voidNceInterface. sendNceMessage(NceMessage m, NceListener l)Send a message through the interface.voidNceTrafficController. sendNceMessage(NceMessage m, NceListener reply)Forward a preformatted message to the actual interface. -
Uses of NceListener in jmri.jmrix.nce.cab
Classes in jmri.jmrix.nce.cab that implement NceListener Modifier and Type Class Description classNceShowCabPanelFrame to display NCE cabs -
Uses of NceListener in jmri.jmrix.nce.clockmon
Classes in jmri.jmrix.nce.clockmon that implement NceListener Modifier and Type Class Description classClockMonPanelFrame displaying and programming a NCE clock monitor. -
Uses of NceListener in jmri.jmrix.nce.consist
Classes in jmri.jmrix.nce.consist that implement NceListener Modifier and Type Class Description classNceConsistBackupBackups NCE Consists to a text file format defined by NCE.classNceConsistEditPanelPane for user edit of NCE Consists NCE Consists are stored in Command Station (CS) memory starting at address xF500 and ending xFAFF (PH5 0x4E00 - 0x53FF).classNceConsistRestoreRestores NCE consists from a text file defined by NCE. -
Uses of NceListener in jmri.jmrix.nce.macro
Classes in jmri.jmrix.nce.macro that implement NceListener Modifier and Type Class Description classNceMacroBackupBackups NCE Macros to a text file format defined by NCE.classNceMacroEditPanelFrame for user edit of NCE macros NCE macros are stored in Command Station (CS) memory starting at address xC800 (PH5 0x6000).classNceMacroGenPanelPane for user input of NCE macros.classNceMacroRestoreRestores NCE Macros from a text file defined by NCE. -
Uses of NceListener in jmri.jmrix.nce.ncemon
Classes in jmri.jmrix.nce.ncemon that implement NceListener Modifier and Type Class Description classNceMonPanelSwing action to create and register a MonFrame object -
Uses of NceListener in jmri.jmrix.nce.packetgen
Classes in jmri.jmrix.nce.packetgen that implement NceListener Modifier and Type Class Description classNcePacketGenPanelFrame for user input of Nce messages. -
Uses of NceListener in jmri.jmrix.nce.usbinterface
Classes in jmri.jmrix.nce.usbinterface that implement NceListener Modifier and Type Class Description classUsbInterfacePanelPanel for configuring an NCE USB interface.
-