Uses of Interface
jmri.jmrix.AbstractMRListener
-
-
Uses of AbstractMRListener in jmri.jmrit.operations.rollingstock.engines.tools
Classes in jmri.jmrit.operations.rollingstock.engines.tools that implement AbstractMRListener Modifier and Type Class Description class
NceConsistEngines
Routine to synchronize operation's engines with NCE consist memory. -
Uses of AbstractMRListener in jmri.jmrix
Fields in jmri.jmrix declared as AbstractMRListener Modifier and Type Field Description (package private) AbstractMRListener
AbstractMRTrafficController.RcvNotifier. mDest
(package private) AbstractMRListener
AbstractMRTrafficController.XmtNotifier. mDest
protected AbstractMRListener
AbstractMRTrafficController. mLastSender
Fields in jmri.jmrix with type parameters of type AbstractMRListener Modifier and Type Field Description protected java.util.Vector<AbstractMRListener>
AbstractMRTrafficController. cmdListeners
protected java.util.LinkedList<AbstractMRListener>
AbstractMRTrafficController. listenerQueue
Methods in jmri.jmrix that return AbstractMRListener Modifier and Type Method Description AbstractMRListener
AbstractMRTrafficController. getLastSender()
for testing purposes, let us be able to find out what the last sender was.protected abstract AbstractMRListener
AbstractMRTrafficController. pollReplyHandler()
Methods in jmri.jmrix with parameters of type AbstractMRListener Modifier and Type Method Description protected void
AbstractMRTrafficController. addConsoleListener(AbstractMRListener l)
Add a Listener to start of the Listener list.protected void
AbstractMRTrafficController. addListener(AbstractMRListener l)
Add a Listener to the Listener list.protected abstract void
AbstractMRTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Implement this to forward a specific message type to a protocol-specific listener interface.protected abstract void
AbstractMRTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
protected void
AbstractMRTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmit the next message to the port.protected void
AbstractMRTrafficController. handleTimeout(AbstractMRMessage msg, AbstractMRListener l)
abstract boolean
AbstractNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller.protected AbstractMRTrafficController.RcvNotifier
AbstractMRTrafficController. newRcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc)
protected void
AbstractMRTrafficController. notifyMessage(AbstractMRMessage m, AbstractMRListener notMe)
Forward a Message to registered listeners.protected void
AbstractMRTrafficController. notifyReply(AbstractMRReply r, AbstractMRListener dest)
Forward a "Reply" from layout to registered listeners.protected void
AbstractMRTrafficController. removeListener(AbstractMRListener l)
Remove a Listener from the Listener list.protected void
AbstractMRTrafficController. sendMessage(AbstractMRMessage m, AbstractMRListener reply)
Forward message to the port.protected void
AbstractMRTrafficController. warnOnTimeout(AbstractMRMessage msg, AbstractMRListener l)
Constructors in jmri.jmrix with parameters of type AbstractMRListener Constructor Description RcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc)
XmtNotifier(AbstractMRMessage pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc)
-
Uses of AbstractMRListener in jmri.jmrix.acela
Subinterfaces of AbstractMRListener in jmri.jmrix.acela Modifier and Type Interface Description interface
AcelaListener
Listener interface to be notified about Acela trafficClasses in jmri.jmrix.acela that implement AbstractMRListener Modifier and Type Class Description class
AcelaSensorManager
Manage the Acela-specific Sensor implementation.Methods in jmri.jmrix.acela that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
AcelaTrafficController. pollReplyHandler()
Methods in jmri.jmrix.acela with parameters of type AbstractMRListener Modifier and Type Method Description protected void
AcelaTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward an AcelaMessage to all registered AcelaInterface listeners.protected void
AcelaTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward an AcelaReply to all registered AcelaInterface listeners.boolean
AcelaNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller.protected void
AcelaTrafficController. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.acela.acelamon
Classes in jmri.jmrix.acela.acelamon that implement AbstractMRListener Modifier and Type Class Description class
AcelaMonFrame
Frame displaying (and logging) Acela command messages -
Uses of AbstractMRListener in jmri.jmrix.acela.packetgen
Classes in jmri.jmrix.acela.packetgen that implement AbstractMRListener Modifier and Type Class Description class
AcelaPacketGenFrame
Frame for user input of Acela messages -
Uses of AbstractMRListener in jmri.jmrix.can
Subinterfaces of AbstractMRListener in jmri.jmrix.can Modifier and Type Interface Description interface
CanListener
Defines the interface for listening to CAN messages.Methods in jmri.jmrix.can that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
AbstractCanTrafficController. pollReplyHandler()
Always nullMethods in jmri.jmrix.can with parameters of type AbstractMRListener Modifier and Type Method Description void
AbstractCanTrafficController. distributeOneReply(CanReply msg, AbstractMRListener mLastSender)
protected void
AbstractCanTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmits the next message to the port Overridden to include translation to the correct CAN hardware message format Actually transmit the next message to the port. -
Uses of AbstractMRListener in jmri.jmrix.can.adapters.gridconnect
Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type AbstractMRListener Modifier and Type Method Description protected void
GcTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a CanMessage to all registered CanInterface listeners.protected void
GcTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a CanReply to all registered CanInterface listeners. -
Uses of AbstractMRListener in jmri.jmrix.can.adapters.lawicell
Methods in jmri.jmrix.can.adapters.lawicell with parameters of type AbstractMRListener Modifier and Type Method Description protected void
LawicellTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a CanMessage to all registered CanInterface listeners.protected void
LawicellTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a CanReply to all registered CanInterface listeners. -
Uses of AbstractMRListener in jmri.jmrix.can.adapters.loopback
Methods in jmri.jmrix.can.adapters.loopback with parameters of type AbstractMRListener Modifier and Type Method Description protected void
LoopbackTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a CanMessage to all registered CanInterface listeners.protected void
LoopbackTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a CanReply to all registered CanInterface listeners. -
Uses of AbstractMRListener in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement AbstractMRListener Modifier and Type Class Description class
CbusClockControl
Provide access to CBUS Clock Network Functions.class
CbusDccOpsModeProgrammer
Provide an Ops Mode Programmer via a wrapper what works with the CBUS command station object.class
CbusDccProgrammer
Implements the jmri.Programmer interface via commands for the CBUS programmer.class
CbusLight
Light implementation for CBUS connections.class
CbusPowerManager
PowerManager implementation for controlling CBUS layout power.class
CbusPredefinedMeters
Provide access to current meter from a MERG CBUS Command Stationclass
CbusReporter
Extend jmri.AbstractRailComReporter for CBUS controls.class
CbusSensor
Extend jmri.AbstractSensor for CBUS controls.class
CbusThrottleManager
CBUS implementation of a ThrottleManager.class
CbusTurnout
Turnout for CBUS connections. -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.eventtable
Classes in jmri.jmrix.can.cbus.eventtable that implement AbstractMRListener Modifier and Type Class Description class
CbusEventTableDataModel
Table data model for display of CBUS events -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.node
Classes in jmri.jmrix.can.cbus.node that implement AbstractMRListener Modifier and Type Class Description class
CbusAllocateNodeNumber
class
CbusNodeCanListener
Class to represent a Processing of CAN Frames for a CbusNode.protected static class
CbusNodeFromBackup.DoNothingCanListener
Ignores Incoming and Outgoing CAN Frames.class
CbusNodeTableDataModel
Table data model for display of CBUS Nodesclass
CbusNodeTrickleFetch
-
Uses of AbstractMRListener in jmri.jmrix.can.cbus.simulator
Classes in jmri.jmrix.can.cbus.simulator that implement AbstractMRListener Modifier and Type Class Description class
CbusDummyCS
Simulating a MERG CBUS Command Station.class
CbusDummyNodeCanListener
Class to represent a Processing of CAN Frames for a CbusDummyNode.class
CbusEventResponder
Simulating event request responses.class
CbusSimCanListener
Simulating event request responses. -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.swing.bootloader
Classes in jmri.jmrix.can.cbus.swing.bootloader that implement AbstractMRListener Modifier and Type Class Description class
CbusBootloaderPane
Bootloader client for uploading CBUS node firmware. -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.swing.cbusslotmonitor
Classes in jmri.jmrix.can.cbus.swing.cbusslotmonitor that implement AbstractMRListener Modifier and Type Class Description class
CbusSlotMonitorDataModel
Table data model for display of CBUS Command Station Sessions and various Tools -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.swing.configtool
Classes in jmri.jmrix.can.cbus.swing.configtool that implement AbstractMRListener Modifier and Type Class Description class
ConfigToolPane
Pane for user creation of Sensor, Turnouts and Lights that are linked to CBUS events. -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.swing.console
Classes in jmri.jmrix.can.cbus.swing.console that implement AbstractMRListener Modifier and Type Class Description class
CbusConsoleDecodeOptionsPane
Panel for CBUS Console Options. -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.swing.eventrequestmonitor
Classes in jmri.jmrix.can.cbus.swing.eventrequestmonitor that implement AbstractMRListener Modifier and Type Class Description class
CbusEventRequestDataModel
Table data model for display of Cbus request events -
Uses of AbstractMRListener in jmri.jmrix.can.cbus.swing.hubpane
Classes in jmri.jmrix.can.cbus.swing.hubpane that implement AbstractMRListener Modifier and Type Class Description class
CbusHubPane
-
Uses of AbstractMRListener in jmri.jmrix.can.cbus.swing.modeswitcher
Classes in jmri.jmrix.can.cbus.swing.modeswitcher that implement AbstractMRListener Modifier and Type Class Description class
SprogCbusModeSwitcherFrame
Base class for CBUS SPROG Mode Switcher .class
SprogCbusSimpleModeSwitcherFrame
Mode Switcher to switch modes between programmer and command station for simple hardware with a single track output.class
SprogCbusSprog3PlusModeSwitcherFrame
Mode Switcher to switch programming track mode. -
Uses of AbstractMRListener in jmri.jmrix.can.swing.monitor
Classes in jmri.jmrix.can.swing.monitor that implement AbstractMRListener Modifier and Type Class Description class
MonitorPane
Frame displaying (and logging) CAN frames -
Uses of AbstractMRListener in jmri.jmrix.cmri.serial
Subinterfaces of AbstractMRListener in jmri.jmrix.cmri.serial Modifier and Type Interface Description interface
SerialListener
Listener interface to be notified about serial C/MRI trafficClasses in jmri.jmrix.cmri.serial that implement AbstractMRListener Modifier and Type Class Description class
SerialSensorManager
Manage the C/MRI serial-specific Sensor implementation.Methods in jmri.jmrix.cmri.serial that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SerialTrafficController. pollReplyHandler()
Methods in jmri.jmrix.cmri.serial with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SerialTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a message to all registered listeners.protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a reply to all registered listeners.boolean
SerialNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
protected void
SerialTrafficController. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.cmri.serial.cmrinetmetrics
Classes in jmri.jmrix.cmri.serial.cmrinetmetrics that implement AbstractMRListener Modifier and Type Class Description class
CMRInetMetricsCollector
Listener class for collecting CMRInet network traffic and error messages. -
Uses of AbstractMRListener in jmri.jmrix.cmri.serial.diagnostic
Classes in jmri.jmrix.cmri.serial.diagnostic that implement AbstractMRListener Modifier and Type Class Description class
DiagnosticFrame
Frame for running CMRI diagnostics -
Uses of AbstractMRListener in jmri.jmrix.cmri.serial.packetgen
Classes in jmri.jmrix.cmri.serial.packetgen that implement AbstractMRListener Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of CMRI serial messages -
Uses of AbstractMRListener in jmri.jmrix.cmri.serial.serialmon
Classes in jmri.jmrix.cmri.serial.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) CMRI serial command messages. -
Uses of AbstractMRListener in jmri.jmrix.dcc4pc
Subinterfaces of AbstractMRListener in jmri.jmrix.dcc4pc Modifier and Type Interface Description interface
Dcc4PcListener
Defines the interface for listening to traffic on the DCC4PC communications link.Classes in jmri.jmrix.dcc4pc that implement AbstractMRListener Modifier and Type Class Description class
Dcc4PcBoardManager
Implement BoardManager for Dcc4Pc systems.class
Dcc4PcSensorManager
Implement SensorManager for Dcc4Pc systems.Methods in jmri.jmrix.dcc4pc that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
Dcc4PcTrafficController. pollReplyHandler()
Methods in jmri.jmrix.dcc4pc with parameters of type AbstractMRListener Modifier and Type Method Description protected void
Dcc4PcTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a Dcc4PcMessage to all registered Dcc4PcInterface listeners.protected void
Dcc4PcTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a Dcc4PcReply to all registered Dcc4PcInterface listeners.protected void
Dcc4PcTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
protected void
Dcc4PcTrafficController. handleTimeout(AbstractMRMessage msg, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.dcc4pc.swing
Classes in jmri.jmrix.dcc4pc.swing that implement AbstractMRListener Modifier and Type Class Description class
StatusPanel
Panel to show DCC4PC status -
Uses of AbstractMRListener in jmri.jmrix.dcc4pc.swing.monitor
Classes in jmri.jmrix.dcc4pc.swing.monitor that implement AbstractMRListener Modifier and Type Class Description class
Dcc4PcMonPane
Swing action to create and register a MonFrame object -
Uses of AbstractMRListener in jmri.jmrix.dccpp
Subinterfaces of AbstractMRListener in jmri.jmrix.dccpp Modifier and Type Interface Description interface
DCCppListener
DCCppListener provides the call-back interface for notification when a new DCC++ message arrives from the layout.Classes in jmri.jmrix.dccpp that implement AbstractMRListener Modifier and Type Class Description class
DCCppClockControl
Class providing Clock Control to the DCC-EX client.class
DCCppLight
Implementation of the Light Object for DCC++class
DCCppPowerManager
class
DCCppPredefinedMeters
Provide access to current and voltage meters from the DCC++ Base Station Creates meters based on values sent from command station User can create new meters in the sketch.class
DCCppProgrammer
Programmer support for DCC++.class
DCCppSensor
Extend jmri.AbstractSensor for DCC++ layouts.class
DCCppSensorManager
Implement SensorManager for DCC++ systems.class
DCCppThrottle
An implementation of DccThrottle with code specific to a DCC++ connection.class
DCCppThrottleManager
DCC++ implementation of a ThrottleManager based on the AbstractThrottleManager.class
DCCppTurnout
Extends jmri.AbstractTurnout for DCCpp layoutsclass
DCCppTurnoutManager
Implement TurnoutManager for DCC++ systems.class
DCCppTurnoutReplyCache
Implement a feedback message cache for DCC++ turnouts.Methods in jmri.jmrix.dccpp that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
DCCppTrafficController. pollReplyHandler()
Methods in jmri.jmrix.dccpp with parameters of type AbstractMRListener Modifier and Type Method Description void
DCCppTrafficController. forwardMessage(AbstractMRListener reply, AbstractMRMessage m)
Forward a preformatted DCCppMessage to a specific listener interface.void
DCCppTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a preformatted DCCppMessage to the registered DCCppListeners.protected void
DCCppTrafficController. handleTimeout(AbstractMRMessage msg, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.dccpp.dccppovertcp
Classes in jmri.jmrix.dccpp.dccppovertcp that implement AbstractMRListener Modifier and Type Class Description class
ClientRxHandler
Implementation of the DCCppOverTcp LbServer Server Protocol. -
Uses of AbstractMRListener in jmri.jmrix.dccpp.network
Methods in jmri.jmrix.dccpp.network with parameters of type AbstractMRListener Modifier and Type Method Description protected void
DCCppEthernetPacketizer. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmits the next message to the port -
Uses of AbstractMRListener in jmri.jmrix.dccpp.swing
Classes in jmri.jmrix.dccpp.swing that implement AbstractMRListener Modifier and Type Class Description class
ConfigBaseStationFrame
-
Uses of AbstractMRListener in jmri.jmrix.dccpp.swing.mon
Classes in jmri.jmrix.dccpp.swing.mon that implement AbstractMRListener Modifier and Type Class Description class
DCCppMonFrame
Frame displaying (and logging) DCCpp command messages. -
Uses of AbstractMRListener in jmri.jmrix.dccpp.swing.virtuallcd
Classes in jmri.jmrix.dccpp.swing.virtuallcd that implement AbstractMRListener Modifier and Type Class Description class
VirtualLCDFrame
Frame to image the DCC-EX command station's OLED display Also sends request to DCC-EX to send copies of all LCD messages to this instance of JMRI -
Uses of AbstractMRListener in jmri.jmrix.easydcc
Subinterfaces of AbstractMRListener in jmri.jmrix.easydcc Modifier and Type Interface Description interface
EasyDccListener
Defines the interface for listening to traffic on the EasyDcc communications link.Classes in jmri.jmrix.easydcc that implement AbstractMRListener Modifier and Type Class Description class
EasyDccOpsModeProgrammer
Provide an Ops Mode Programmer via a wrapper that works with the EasyDccCommandStation object.class
EasyDccPowerManager
PowerManager implementation for controlling layout powerclass
EasyDccProgrammer
Implements the jmri.Programmer interface via commands for the EasyDCC powerstation.class
EasyDccTurnoutManager
Implement turnout manager for EasyDcc systems.Methods in jmri.jmrix.easydcc that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
EasyDccTrafficController. pollReplyHandler()
Methods in jmri.jmrix.easydcc with parameters of type AbstractMRListener Modifier and Type Method Description protected void
EasyDccTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward an EasyDccMessage to all registered EasyDccInterface listeners.protected void
EasyDccTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward an EasyDccReply to all registered EasyDccInterface listeners. -
Uses of AbstractMRListener in jmri.jmrix.easydcc.easydccmon
Classes in jmri.jmrix.easydcc.easydccmon that implement AbstractMRListener Modifier and Type Class Description class
EasyDccMonFrame
Frame displaying (and logging) EasyDCC command messages. -
Uses of AbstractMRListener in jmri.jmrix.easydcc.packetgen
Classes in jmri.jmrix.easydcc.packetgen that implement AbstractMRListener Modifier and Type Class Description class
EasyDccPacketGenFrame
Frame for user input of EasyDCC messages. -
Uses of AbstractMRListener in jmri.jmrix.ecos
Subinterfaces of AbstractMRListener in jmri.jmrix.ecos Modifier and Type Interface Description interface
EcosListener
Defines the interface for listening to traffic on the ECoS communications link.Classes in jmri.jmrix.ecos that implement AbstractMRListener Modifier and Type Class Description class
EcosDccThrottle
An implementation of DccThrottle with code specific to an ECoS connection.class
EcosDccThrottleManager
EcosDCC implementation of a ThrottleManager.class
EcosLocoAddressManager
Class to manage the ECoS Loco entries within JMRI.class
EcosOpsModeProgrammer
Provide an Ops Mode Programmer via a wrapper what works with the ECoS command station object.class
EcosPowerManager
PowerManager implementation for controlling ECoS layout power.class
EcosProgrammer
Implements the jmri.Programmer interface via commands for the ECoS programmer.class
EcosSensorManager
Implement sensor manager for ECoS systems.class
EcosTurnout
Implement a Turnout via ECoS communications.class
EcosTurnoutManager
Implement turnout manager for Ecos systems.Methods in jmri.jmrix.ecos that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
EcosTrafficController. pollReplyHandler()
Methods in jmri.jmrix.ecos with parameters of type AbstractMRListener Modifier and Type Method Description protected void
EcosTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Implement this to forward a specific message type to a protocol-specific listener interface.protected void
EcosTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a EcosReply to all registered EcosInterface listeners.protected void
EcosTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmit the next message to the port.boolean
EcosTrafficController. sendWaitMessage(EcosMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.ecos.swing.monitor
Classes in jmri.jmrix.ecos.swing.monitor that implement AbstractMRListener Modifier and Type Class Description class
EcosMonPane
Swing action to create and register a MonFrame object -
Uses of AbstractMRListener in jmri.jmrix.ecos.swing.statusframe
Classes in jmri.jmrix.ecos.swing.statusframe that implement AbstractMRListener Modifier and Type Class Description class
StatusPanel
Panel to show ECoS status -
Uses of AbstractMRListener in jmri.jmrix.ecos.utilities
Classes in jmri.jmrix.ecos.utilities that implement AbstractMRListener Modifier and Type Class Description class
EcosLocoToRoster
class
RemoveObjectFromEcos
class
RosterToEcos
-
Uses of AbstractMRListener in jmri.jmrix.grapevine
Subinterfaces of AbstractMRListener in jmri.jmrix.grapevine Modifier and Type Interface Description interface
SerialListener
Listener interface to be notified about serial trafficClasses in jmri.jmrix.grapevine that implement AbstractMRListener Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.grapevine that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SerialTrafficController. pollReplyHandler()
Methods in jmri.jmrix.grapevine with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SerialTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a SerialMessage to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
boolean
SerialNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller.protected void
SerialTrafficController. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.grapevine.nodetable
Classes in jmri.jmrix.grapevine.nodetable that implement AbstractMRListener Modifier and Type Class Description class
NodeTablePane
Pane for user management of serial nodes. -
Uses of AbstractMRListener in jmri.jmrix.grapevine.packetgen
Classes in jmri.jmrix.grapevine.packetgen that implement AbstractMRListener Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of AbstractMRListener in jmri.jmrix.grapevine.serialmon
Classes in jmri.jmrix.grapevine.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of AbstractMRListener in jmri.jmrix.ieee802154
Subinterfaces of AbstractMRListener in jmri.jmrix.ieee802154 Modifier and Type Interface Description interface
IEEE802154Listener
Listener interface to be notified about serial trafficMethods in jmri.jmrix.ieee802154 that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
IEEE802154TrafficController. pollReplyHandler()
Methods in jmri.jmrix.ieee802154 with parameters of type AbstractMRListener Modifier and Type Method Description protected void
IEEE802154TrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a IEEE802154Message to all registered IEEE802154Interface listeners.protected void
IEEE802154TrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a reply to all registered IEEE802154Interface listeners.protected void
IEEE802154TrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
abstract boolean
IEEE802154Node. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller. -
Uses of AbstractMRListener in jmri.jmrix.ieee802154.serialdriver
Methods in jmri.jmrix.ieee802154.serialdriver with parameters of type AbstractMRListener Modifier and Type Method Description boolean
SerialNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller. -
Uses of AbstractMRListener in jmri.jmrix.ieee802154.swing.mon
Classes in jmri.jmrix.ieee802154.swing.mon that implement AbstractMRListener Modifier and Type Class Description class
IEEE802154MonPane
Pane displaying (and logging) IEEE 802.15.4 messages -
Uses of AbstractMRListener in jmri.jmrix.ieee802154.xbee
Subinterfaces of AbstractMRListener in jmri.jmrix.ieee802154.xbee Modifier and Type Interface Description (package private) interface
XBeeListener
Listener interface to be notified about XBee trafficMethods in jmri.jmrix.ieee802154.xbee that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
XBeeTrafficController. pollReplyHandler()
Methods in jmri.jmrix.ieee802154.xbee with parameters of type AbstractMRListener Modifier and Type Method Description protected void
XBeeTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a XBeeMessage to all registered XBeeInterface listeners.protected void
XBeeTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a reply to all registered XBeeInterface listeners.protected void
XBeeTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmit the next message to the port.boolean
XBeeNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller.protected void
XBeeTrafficController. sendMessage(AbstractMRMessage m, AbstractMRListener reply)
This is invoked with messages to be forwarded to the port. -
Uses of AbstractMRListener in jmri.jmrix.jmriclient
Subinterfaces of AbstractMRListener in jmri.jmrix.jmriclient Modifier and Type Interface Description interface
JMRIClientListener
Defines the interface for listening to traffic on the JMRIClient communications link.Classes in jmri.jmrix.jmriclient that implement AbstractMRListener Modifier and Type Class Description class
JMRIClientLight
JMRIClient implementation of the Light interface.class
JMRIClientPowerManager
PowerManager implementation for controlling layout powerclass
JMRIClientReporter
JMRIClient implementation of the Reporter interface.class
JMRIClientSensor
JMRIClient implementation of the Sensor interface.class
JMRIClientTurnout
JMRIClient implementation of the Turnout interface.Methods in jmri.jmrix.jmriclient that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
JMRIClientTrafficController. pollReplyHandler()
Methods in jmri.jmrix.jmriclient with parameters of type AbstractMRListener Modifier and Type Method Description protected void
JMRIClientTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a JMRIClientMessage to all registered JMRIClientInterface listeners.protected void
JMRIClientTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a JMRIClientReply to all registered JMRIClientInterface listeners. -
Uses of AbstractMRListener in jmri.jmrix.jmriclient.swing.mon
Classes in jmri.jmrix.jmriclient.swing.mon that implement AbstractMRListener Modifier and Type Class Description class
JMRIClientMonPane
Pane displaying (and logging) JMRIClient command messages. -
Uses of AbstractMRListener in jmri.jmrix.jmriclient.swing.packetgen
Classes in jmri.jmrix.jmriclient.swing.packetgen that implement AbstractMRListener Modifier and Type Class Description class
PacketGenFrame
Frame for user input of JMRIClient messages -
Uses of AbstractMRListener in jmri.jmrix.lenz
Subinterfaces of AbstractMRListener in jmri.jmrix.lenz Modifier and Type Interface Description interface
XNetListener
XNetListener provides the call-back interface for notification when a new XNet message arrives from the layout.Classes in jmri.jmrix.lenz that implement AbstractMRListener Modifier and Type Class Description class
XNetConsist
XNetConsist.java This is the Consist definition for a consist on an XPresNet system. it uses the XpressNet specific commands to build a consist.class
XNetFeedbackMessageCache
Implement a feedback message cache for XpressNet sensors and turnouts.class
XNetHeartBeat
XNet specific class to send heartbeat messages to the XNet.protected class
XNetInitializationManager.XNetInitializer
class
XNetLight
Implementation of the Light Object for XpressNet.class
XNetOpsModeProgrammer
Provides an Ops mode programming interface for XpressNet Currently only Byte mode is implemented, though XpressNet also supports bit mode writes for POMclass
XNetPowerManager
PowerManager implementation for controlling layout power.class
XNetProgrammer
Convert the jmri.Programmer interface into commands for the Lenz XpressNetclass
XNetSensor
Extend jmri.AbstractSensor for XpressNet layouts.class
XNetSensorManager
Manage the XpressNet specific Sensor implementation.class
XNetThrottle
An implementation of DccThrottle with code specific to an XpressNet connection.class
XNetThrottleManager
XNet implementation of a ThrottleManager based on the AbstractThrottleManager.class
XNetTimeSlotListener
The XNetTimeSlotListener listens for two messages from the computer interface: "Command Station No Longer Providing a timeslot for communications" (01 05 04) "Command Station is providing a timeslot for communications again." (01 07 06)class
XNetTrafficRouter
Implements an XNetInterface by doing a scatter-gather to another, simpler implementation.class
XNetTurnout
Extend jmri.AbstractTurnout for XNet layoutsclass
XNetTurnoutManager
Implement turnout manager for Lenz (XpresssNet) connections.Methods in jmri.jmrix.lenz that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
XNetTrafficController. pollReplyHandler()
Methods in jmri.jmrix.lenz with parameters of type AbstractMRListener Modifier and Type Method Description void
XNetTrafficController. forwardMessage(AbstractMRListener reply, AbstractMRMessage m)
Forward a preformatted XNetMessage to a specific listener interface.void
XNetTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a preformatted XNetMessage to the registered XNetListeners.protected void
XNetTrafficController. handleTimeout(AbstractMRMessage msg, AbstractMRListener l)
protected void
XNetTrafficController. notifyMessage(AbstractMRMessage m, AbstractMRListener notMe)
-
Uses of AbstractMRListener in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement AbstractMRListener Modifier and Type Class Description class
EliteXNetProgrammer
Programmer support for Hornby Elite implementationn of XpressNet.class
EliteXNetThrottle
An implementation of DccThrottle with code specific to an XpressNet connection on the Hornby Elite.class
EliteXNetThrottleManager
XNet implementation of a ThrottleManager based on the AbstractThrottleManager.class
EliteXNetTurnout
Extend jmri.jmrix.XNetTurnout to handle turnouts on Hornby Elite connections.class
EliteXNetTurnoutManager
Implement XNet turnout manager - Specific to Hornby Elite -
Uses of AbstractMRListener in jmri.jmrix.lenz.li100
Classes in jmri.jmrix.lenz.li100 that implement AbstractMRListener Modifier and Type Class Description class
LI100XNetProgrammer
Programmer support for Lenz XpressNet. -
Uses of AbstractMRListener in jmri.jmrix.lenz.liusbserver
Methods in jmri.jmrix.lenz.liusbserver with parameters of type AbstractMRListener Modifier and Type Method Description protected void
LIUSBServerXNetPacketizer. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmits the next message to the port -
Uses of AbstractMRListener in jmri.jmrix.lenz.swing.li101
Classes in jmri.jmrix.lenz.swing.li101 that implement AbstractMRListener Modifier and Type Class Description class
LI101Frame
Frame displaying the LI101 configuration utility -
Uses of AbstractMRListener in jmri.jmrix.lenz.swing.liusb
Classes in jmri.jmrix.lenz.swing.liusb that implement AbstractMRListener Modifier and Type Class Description class
LIUSBConfigFrame
Frame displaying the LIUSB configuration utility. -
Uses of AbstractMRListener in jmri.jmrix.lenz.swing.lz100
Classes in jmri.jmrix.lenz.swing.lz100 that implement AbstractMRListener Modifier and Type Class Description class
LZ100InternalFrame
Internal Frame displaying the LZ100 configuration utility This is a configuration utility for the LZ100. -
Uses of AbstractMRListener in jmri.jmrix.lenz.swing.mon
Classes in jmri.jmrix.lenz.swing.mon that implement AbstractMRListener Modifier and Type Class Description class
XNetMonPane
Panel displaying (and logging) XpressNet messages derived from XNetMonFrame. -
Uses of AbstractMRListener in jmri.jmrix.lenz.swing.stackmon
Classes in jmri.jmrix.lenz.swing.stackmon that implement AbstractMRListener Modifier and Type Class Description class
StackMonFrame
This frame provides a method for searching the command station stack. -
Uses of AbstractMRListener in jmri.jmrix.lenz.swing.systeminfo
Classes in jmri.jmrix.lenz.swing.systeminfo that implement AbstractMRListener Modifier and Type Class Description class
SystemInfoFrame
Frame displaying Version information for XpressNet hardware. -
Uses of AbstractMRListener in jmri.jmrix.maple
Subinterfaces of AbstractMRListener in jmri.jmrix.maple Modifier and Type Interface Description interface
SerialListener
Listener interface to be notified about trafficClasses in jmri.jmrix.maple that implement AbstractMRListener Modifier and Type Class Description class
SerialSensorManager
Manage the specific Sensor implementation.Methods in jmri.jmrix.maple that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SerialTrafficController. pollReplyHandler()
Methods in jmri.jmrix.maple with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SerialTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a SerialMessage to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.boolean
SerialNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller.protected void
SerialTrafficController. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.maple.serialmon
Classes in jmri.jmrix.maple.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of AbstractMRListener in jmri.jmrix.marklin
Subinterfaces of AbstractMRListener in jmri.jmrix.marklin Modifier and Type Interface Description interface
MarklinListener
Define the interface for listening to traffic on the Marklin communications link.Classes in jmri.jmrix.marklin that implement AbstractMRListener Modifier and Type Class Description class
MarklinPowerManager
PowerManager implementation for controlling layout power.class
MarklinSensorManager
Implement sensor manager for Marklin systems.class
MarklinThrottle
An implementation of DccThrottle with code specific to an TAMS connection.class
MarklinThrottleManager
MarklinDCC implementation of a ThrottleManager.class
MarklinTurnout
Implement a Turnout via Marklin communications.Methods in jmri.jmrix.marklin that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
MarklinTrafficController. pollReplyHandler()
Methods in jmri.jmrix.marklin with parameters of type AbstractMRListener Modifier and Type Method Description protected void
MarklinTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a MarklinMessage to all registered MarklinInterface listeners.protected void
MarklinTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a MarklinReply to all registered MarklinInterface listeners. -
Uses of AbstractMRListener in jmri.jmrix.marklin.swing.monitor
Classes in jmri.jmrix.marklin.swing.monitor that implement AbstractMRListener Modifier and Type Class Description class
MarklinMonPane
Swing action to create and register a MonFrame object -
Uses of AbstractMRListener in jmri.jmrix.marklin.swing.packetgen
Classes in jmri.jmrix.marklin.swing.packetgen that implement AbstractMRListener Modifier and Type Class Description class
PacketGenPanel
Frame for user input of Marklin messages -
Uses of AbstractMRListener in jmri.jmrix.nce
Subinterfaces of AbstractMRListener in jmri.jmrix.nce Modifier and Type Interface Description interface
NceListener
Defines the interface for listening to traffic on the NCE communications link.Classes in jmri.jmrix.nce that implement AbstractMRListener Modifier and Type Class Description class
NceAIUChecker
class
NceClockControl
Implementation of the Hardware Fast Clock for NCE.class
NceConnectionStatus
Continuously checks and confirms that the communication link to the NCE Command Station is operational by reading the revision number of the EPROM.class
NceConsist
The Consist definition for a consist on an NCE system.class
NceConsist.NceReadConsist
class
NceOpsModeProgrammer
Provide an Ops Mode Programmer via a wrapper what works with the NCE command station object.class
NcePowerManager
PowerManager implementation for controlling layout power.class
NceProgrammer
Convert the jmri.Programmer interface into commands for the NCE power house.class
NceSensorManager
Manage the NCE-specific Sensor implementation.class
NceTurnoutManager
Implement turnout manager for NCE systems.class
NceTurnoutMonitor
Polls NCE Command Station for turnout discrepanciesMethods in jmri.jmrix.nce that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
NceTrafficController. pollReplyHandler()
Methods in jmri.jmrix.nce with parameters of type AbstractMRListener Modifier and Type Method Description protected void
NceTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a NceMessage to all registered NceInterface listeners.protected void
NceTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a NceReply to all registered NceInterface listeners.protected void
NceTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.nce.cab
Classes in jmri.jmrix.nce.cab that implement AbstractMRListener Modifier and Type Class Description class
NceShowCabPanel
Frame to display NCE cabs -
Uses of AbstractMRListener in jmri.jmrix.nce.clockmon
Classes in jmri.jmrix.nce.clockmon that implement AbstractMRListener Modifier and Type Class Description class
ClockMonPanel
Frame displaying and programming a NCE clock monitor. -
Uses of AbstractMRListener in jmri.jmrix.nce.consist
Classes in jmri.jmrix.nce.consist that implement AbstractMRListener Modifier and Type Class Description class
NceConsistBackup
Backups NCE Consists to a text file format defined by NCE.class
NceConsistEditPanel
Pane 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).class
NceConsistRestore
Restores NCE consists from a text file defined by NCE. -
Uses of AbstractMRListener in jmri.jmrix.nce.macro
Classes in jmri.jmrix.nce.macro that implement AbstractMRListener Modifier and Type Class Description class
NceMacroBackup
Backups NCE Macros to a text file format defined by NCE.class
NceMacroEditPanel
Frame for user edit of NCE macros NCE macros are stored in Command Station (CS) memory starting at address xC800 (PH5 0x6000).class
NceMacroGenPanel
Pane for user input of NCE macros.class
NceMacroRestore
Restores NCE Macros from a text file defined by NCE. -
Uses of AbstractMRListener in jmri.jmrix.nce.ncemon
Classes in jmri.jmrix.nce.ncemon that implement AbstractMRListener Modifier and Type Class Description class
NceMonPanel
Swing action to create and register a MonFrame object -
Uses of AbstractMRListener in jmri.jmrix.nce.packetgen
Classes in jmri.jmrix.nce.packetgen that implement AbstractMRListener Modifier and Type Class Description class
NcePacketGenPanel
Frame for user input of Nce messages. -
Uses of AbstractMRListener in jmri.jmrix.nce.usbinterface
Classes in jmri.jmrix.nce.usbinterface that implement AbstractMRListener Modifier and Type Class Description class
UsbInterfacePanel
Panel for configuring an NCE USB interface. -
Uses of AbstractMRListener in jmri.jmrix.oaktree
Subinterfaces of AbstractMRListener in jmri.jmrix.oaktree Modifier and Type Interface Description interface
SerialListener
Listener interface to be notified about serial traffic.Classes in jmri.jmrix.oaktree that implement AbstractMRListener Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.oaktree that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SerialTrafficController. pollReplyHandler()
Methods in jmri.jmrix.oaktree with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SerialTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a SerialMessage to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.boolean
SerialNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller.protected void
SerialTrafficController. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.oaktree.packetgen
Classes in jmri.jmrix.oaktree.packetgen that implement AbstractMRListener Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of AbstractMRListener in jmri.jmrix.oaktree.serialmon
Classes in jmri.jmrix.oaktree.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of AbstractMRListener in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement AbstractMRListener Modifier and Type Class Description class
OlcbSensorManager
Manage the OpenLCB-specific Sensor implementation. -
Uses of AbstractMRListener in jmri.jmrix.openlcb.swing.hub
Classes in jmri.jmrix.openlcb.swing.hub that implement AbstractMRListener Modifier and Type Class Description class
HubPane
Frame displaying,and more importantly starting, an OpenLCB TCP/IP hub -
Uses of AbstractMRListener in jmri.jmrix.openlcb.swing.monitor
Classes in jmri.jmrix.openlcb.swing.monitor that implement AbstractMRListener Modifier and Type Class Description class
MonitorPane
Frame displaying (and logging) OpenLCB (CAN) frames -
Uses of AbstractMRListener in jmri.jmrix.openlcb.swing.networktree
Classes in jmri.jmrix.openlcb.swing.networktree that implement AbstractMRListener Modifier and Type Class Description class
NetworkTreePane
Frame displaying tree of OpenLCB nodes. -
Uses of AbstractMRListener in jmri.jmrix.openlcb.swing.send
Classes in jmri.jmrix.openlcb.swing.send that implement AbstractMRListener Modifier and Type Class Description class
OpenLcbCanSendPane
User interface for sending OpenLCB CAN frames to exercise the system -
Uses of AbstractMRListener in jmri.jmrix.powerline
Subinterfaces of AbstractMRListener in jmri.jmrix.powerline Modifier and Type Interface Description interface
SerialListener
Listener interface to be notified about serial trafficClasses in jmri.jmrix.powerline that implement AbstractMRListener Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SerialTrafficController. pollReplyHandler()
Methods in jmri.jmrix.powerline with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SerialTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a SerialMessage to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a reply to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement AbstractMRListener Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.cm11 with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SpecificTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement AbstractMRListener Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.cp290 with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SpecificTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement AbstractMRListener Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.insteon2412s with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SpecificTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement AbstractMRListener Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.simulator with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SpecificTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.powerline.swing.packetgen
Classes in jmri.jmrix.powerline.swing.packetgen that implement AbstractMRListener Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages.class
SerialPacketGenPane
Frame for user input of Powerline messages. -
Uses of AbstractMRListener in jmri.jmrix.powerline.swing.serialmon
Classes in jmri.jmrix.powerline.swing.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonPane
Swing action to create and register a MonFrame object. -
Uses of AbstractMRListener in jmri.jmrix.rfid
Subinterfaces of AbstractMRListener in jmri.jmrix.rfid Modifier and Type Interface Description interface
RfidListener
Listener interface to be notified about serial trafficClasses in jmri.jmrix.rfid that implement AbstractMRListener Modifier and Type Class Description class
RfidReporterManager
Rfid implementation of a ReporterManager.class
RfidSensorManager
Manage the Rfid-specific Sensor implementation.Methods in jmri.jmrix.rfid that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
RfidTrafficController. pollReplyHandler()
Methods in jmri.jmrix.rfid with parameters of type AbstractMRListener Modifier and Type Method Description protected void
RfidTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a RfidMessage to all registered RfidInterface listeners.protected void
RfidTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a reply to all registered RfidInterface listeners.protected void
RfidTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.rfid.generic.standalone
Classes in jmri.jmrix.rfid.generic.standalone that implement AbstractMRListener Modifier and Type Class Description class
StandaloneReporterManager
Rfid implementation of a ReporterManager.class
StandaloneSensorManager
Manage the Rfid-specific Sensor implementation.Methods in jmri.jmrix.rfid.generic.standalone with parameters of type AbstractMRListener Modifier and Type Method Description protected void
StandaloneTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.rfid.merg.concentrator
Classes in jmri.jmrix.rfid.merg.concentrator that implement AbstractMRListener Modifier and Type Class Description class
ConcentratorReporterManager
Rfid implementation of a ReporterManager.class
ConcentratorSensorManager
Manage the Rfid-specific Sensor implementation.Methods in jmri.jmrix.rfid.merg.concentrator with parameters of type AbstractMRListener Modifier and Type Method Description protected void
ConcentratorTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.rfid.swing.serialmon
Classes in jmri.jmrix.rfid.swing.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonPane
Swing action to create and register a MonFrame object. -
Uses of AbstractMRListener in jmri.jmrix.rfid.swing.tagcarwin
Classes in jmri.jmrix.rfid.swing.tagcarwin that implement AbstractMRListener Modifier and Type Class Description class
TagMonitorPane
A monitor for RFID tags which shows the tag, a car (if there is a car associated with that tag). -
Uses of AbstractMRListener in jmri.jmrix.roco
Classes in jmri.jmrix.roco that implement AbstractMRListener Modifier and Type Class Description class
RocoXNetThrottle
An implementation of DccThrottle with code specific to a Roco XpressNet connection.class
RocoXNetThrottleManager
Roco XNet implementation of a ThrottleManager based on the AbstractThrottleManager. -
Uses of AbstractMRListener in jmri.jmrix.roco.z21
Subinterfaces of AbstractMRListener in jmri.jmrix.roco.z21 Modifier and Type Interface Description interface
Z21Listener
Interface for Z21 protocol ListenersClasses in jmri.jmrix.roco.z21 that implement AbstractMRListener Modifier and Type Class Description class
Z21CanReporter
Z21CanReporter implements the Reporter Manager interface for Can connected reporters on Roco Z21 systems.class
Z21CanSensor
Z21CanSensor implements the Sensor interface for Can connected sensors on Roco Z21 systems.class
Z21HeartBeat
Z21 specific class to send heartbeat messages to the Z21.class
Z21LocoNetTunnel
Interface between z21 messages and an LocoNet stream.class
Z21Reporter
Z21Reporter implements the Reporter Manager interface for Roco Z21 systems.class
Z21ReporterManager
Z21ReporterManager implements the Reporter Manager interface for Roco Z21 systems.class
Z21RMBusSensor
Extend jmri.AbstractSensor for RocoMotion (RM) bus sensors on the Roco Z21.class
Z21SensorManager
Manage the Z21Specific Sensor implementation.class
Z21XNetOpsModeProgrammer
Provides an Ops mode programming interface for Roco Z21 Currently only Byte mode is implemented, though XpressNet also supports bit mode writes for POMclass
Z21XNetProgrammer
Z21 Programmer support for Lenz XpressNet.class
Z21XNetThrottle
An implementation of DccThrottle with code specific to a z21 XpressNet connection.class
Z21XNetThrottleManager
z21XNet implementation of a ThrottleManager based on the AbstractThrottleManager.class
Z21XNetTurnout
Extend jmri.jmrix.lenz.XNetTurnout for Roco Z21/z21 systems.class
Z21XNetTurnoutManager
Implement z21 turnout manager.class
Z21XPressNetTunnel
Interface between z21 messages and an XpressNet stream.Methods in jmri.jmrix.roco.z21 with parameters of type AbstractMRListener Modifier and Type Method Description protected void
Z21TrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Implement this to forward a specific message type to a protocol-specific listener interface.protected void
Z21TrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Implement this to forward a specific Reply type to a protocol-specific listener interface.protected void
Z21TrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmits the next message to the port. -
Uses of AbstractMRListener in jmri.jmrix.roco.z21.swing.configtool
Classes in jmri.jmrix.roco.z21.swing.configtool that implement AbstractMRListener Modifier and Type Class Description class
Z21ConfigFrame
Frame displaying Version information and broadcast flags for Z21 hardware. -
Uses of AbstractMRListener in jmri.jmrix.roco.z21.swing.mon
Classes in jmri.jmrix.roco.z21.swing.mon that implement AbstractMRListener Modifier and Type Class Description class
Z21MonPane
Panel displaying (and logging) Z21 messages derived from Z21MonFrame. -
Uses of AbstractMRListener in jmri.jmrix.secsi
Subinterfaces of AbstractMRListener in jmri.jmrix.secsi Modifier and Type Interface Description interface
SerialListener
Listener interface to be notified about serial trafficClasses in jmri.jmrix.secsi that implement AbstractMRListener Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific SECSI Sensor implementation.Methods in jmri.jmrix.secsi that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SerialTrafficController. pollReplyHandler()
Methods in jmri.jmrix.secsi with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SerialTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a SerialMessage to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.boolean
SerialNode. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
Deal with a timeout in the transmission controller.protected void
SerialTrafficController. handleTimeout(AbstractMRMessage m, AbstractMRListener l)
-
Uses of AbstractMRListener in jmri.jmrix.secsi.packetgen
Classes in jmri.jmrix.secsi.packetgen that implement AbstractMRListener Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of AbstractMRListener in jmri.jmrix.secsi.serialmon
Classes in jmri.jmrix.secsi.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) serial command messages. -
Uses of AbstractMRListener in jmri.jmrix.srcp
Subinterfaces of AbstractMRListener in jmri.jmrix.srcp Modifier and Type Interface Description interface
SRCPListener
Defines the interface for listening to traffic on the SRCP communications link.Classes in jmri.jmrix.srcp that implement AbstractMRListener Modifier and Type Class Description class
SRCPBusConnectionMemo
Lightweight class to denote that a system is active, and provide general information.class
SRCPPowerManager
PowerManager implementation for controlling layout powerclass
SRCPProgrammer
Implements the jmri.Programmer interface via commands for the SRCP powerstationclass
SRCPSensor
SRCPSensor implementation of the Sensor interface.Methods in jmri.jmrix.srcp that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SRCPTrafficController. pollReplyHandler()
Methods in jmri.jmrix.srcp with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SRCPTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a SRCPMessage to all registered SRCPInterface listeners.protected void
SRCPTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SRCPReply to all registered SRCPInterface listeners.protected void
SRCPTrafficController. forwardReply(AbstractMRListener client, SimpleNode n)
Forward a SRCPReply to all registered SRCPInterface listeners.protected void
SRCPTrafficController. notifyReply(SimpleNode r, AbstractMRListener dest)
Forward a "Reply" from layout to registered listeners.Constructors in jmri.jmrix.srcp with parameters of type AbstractMRListener Constructor Description SRCPRcvNotifier(SimpleNode n, AbstractMRListener pDest, AbstractMRTrafficController pTC)
-
Uses of AbstractMRListener in jmri.jmrix.srcp.swing.packetgen
Classes in jmri.jmrix.srcp.swing.packetgen that implement AbstractMRListener Modifier and Type Class Description class
PacketGenFrame
Frame for user input of SRCP messages. -
Uses of AbstractMRListener in jmri.jmrix.srcp.swing.srcpmon
Classes in jmri.jmrix.srcp.swing.srcpmon that implement AbstractMRListener Modifier and Type Class Description class
SRCPMonPane
Pane displaying (and logging) SRCP command messages -
Uses of AbstractMRListener in jmri.jmrix.tams
Subinterfaces of AbstractMRListener in jmri.jmrix.tams Modifier and Type Interface Description interface
TamsListener
Defines the interface for listening to traffic on the Tams communications link.Classes in jmri.jmrix.tams that implement AbstractMRListener Modifier and Type Class Description class
TamsOpsModeProgrammer
Provide an Ops Mode Programmer via a wrapper what works with the TAMS command station object.class
TamsPowerManager
PowerManager implementation for controlling layout power using binary P50x commands Based on work by Bob Jacobsen and Kevin Dickersonclass
TamsProgrammer
Convert the jmri.Programmer interface into commands for the NCE power house.class
TamsSensorManager
Implement sensor manager for Tams systems.class
TamsThrottle
An implementation of DccThrottle with code specific to a TAMS connection.class
TamsThrottleManager
TamsDCC implementation of a ThrottleManager.class
TamsTurnout
Implement a Turnout via Tams communications.class
TamsTurnoutManager
Implement turnout manager for Tams systems.Methods in jmri.jmrix.tams that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
TamsTrafficController. pollReplyHandler()
Methods in jmri.jmrix.tams with parameters of type AbstractMRListener Modifier and Type Method Description protected void
TamsTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a TamsMessage to all registered TamsInterface listeners.protected void
TamsTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply tr)
Forward a TamsReply to all TamsInterface listeners.protected void
TamsTrafficController. forwardToPort(AbstractMRMessage tm, AbstractMRListener reply)
-
Uses of AbstractMRListener in jmri.jmrix.tams.swing.locodatabase
Classes in jmri.jmrix.tams.swing.locodatabase that implement AbstractMRListener Modifier and Type Class Description class
LocoDataModel
Table data model for display the loco database of the Tams MC. -
Uses of AbstractMRListener in jmri.jmrix.tams.swing.monitor
Classes in jmri.jmrix.tams.swing.monitor that implement AbstractMRListener Modifier and Type Class Description class
TamsMonPane
Swing action to create and register a MonFrame object. -
Uses of AbstractMRListener in jmri.jmrix.tams.swing.statusframe
Classes in jmri.jmrix.tams.swing.statusframe that implement AbstractMRListener Modifier and Type Class Description class
StatusPanel
Panel to show TAMS status. -
Uses of AbstractMRListener in jmri.jmrix.tmcc
Subinterfaces of AbstractMRListener in jmri.jmrix.tmcc Modifier and Type Interface Description interface
SerialListener
Listener interface to be notified about serial TMCC traffic.Classes in jmri.jmrix.tmcc that implement AbstractMRListener Modifier and Type Class Description class
SerialTurnoutManager
Implement turnout manager for TMCC serial systems.Methods in jmri.jmrix.tmcc that return AbstractMRListener Modifier and Type Method Description protected AbstractMRListener
SerialTrafficController. pollReplyHandler()
Methods in jmri.jmrix.tmcc with parameters of type AbstractMRListener Modifier and Type Method Description protected void
SerialTrafficController. forwardMessage(AbstractMRListener client, AbstractMRMessage m)
Forward a SerialMessage to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.protected void
SerialTrafficController. forwardToPort(AbstractMRMessage m, AbstractMRListener reply)
Actually transmits the next message to the port -
Uses of AbstractMRListener in jmri.jmrix.tmcc.packetgen
Classes in jmri.jmrix.tmcc.packetgen that implement AbstractMRListener Modifier and Type Class Description class
SerialPacketGenFrame
Frame for user input of serial messages. -
Uses of AbstractMRListener in jmri.jmrix.tmcc.serialmon
Classes in jmri.jmrix.tmcc.serialmon that implement AbstractMRListener Modifier and Type Class Description class
SerialMonFrame
Frame displaying (and logging) TMCC serial command messages. -
Uses of AbstractMRListener in jmri.jmrix.ztc.ztc611
Classes in jmri.jmrix.ztc.ztc611 that implement AbstractMRListener Modifier and Type Class Description class
ZTC611XNetTurnout
Extend jmri.jmrix.XNetTurnout to handle turnouts on ZTC ZTC611 connections.class
ZTC611XNetTurnoutManager
Implement turnout manager - Specific to ZTC ZTC611
-