Uses of Interface
jmri.jmrix.dccpp.DCCppListener
-
Packages that use DCCppListener Package Description jmri.jmrix.dccpp jmri.jmrix.dccpp.dccppovertcp Defines classes for interfacing to a DCC++ Base Station via a telnet connection to a DCCppOverTcp driver.jmri.jmrix.dccpp.serial jmri.jmrix.dccpp.swing jmri.jmrix.dccpp.swing.mon jmri.jmrix.dccpp.swing.virtuallcd Provides an image of the DCC-EX command stations OLED display screen -
-
Uses of DCCppListener in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement DCCppListener 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.Fields in jmri.jmrix.dccpp with type parameters of type DCCppListener Modifier and Type Field Description (package private) java.util.concurrent.LinkedBlockingQueue<DCCppListener>
DCCppTrafficController. highPriorityListeners
protected java.util.HashMap<DCCppListener,java.lang.Integer>
DCCppTrafficController. mListenerMasks
Methods in jmri.jmrix.dccpp with parameters of type DCCppListener Modifier and Type Method Description void
DCCppInterface. addDCCppListener(int mask, DCCppListener l)
Request notification of things happening on the DCC++.void
DCCppTrafficController. addDCCppListener(int mask, DCCppListener l)
void
DCCppInterface. removeDCCppListener(int mask, DCCppListener listener)
Stop notification of things happening on the XNet.void
DCCppTrafficController. removeDCCppListener(int mask, DCCppListener l)
void
DCCppInterface. sendDCCppMessage(DCCppMessage msg, DCCppListener replyTo)
Request a message be sent to the attached DCC++.void
DCCppPacketizer. sendDCCppMessage(DCCppMessage m, DCCppListener reply)
Forward a preformatted DCCppMessage to the actual interface.abstract void
DCCppTrafficController. sendDCCppMessage(DCCppMessage m, DCCppListener reply)
Forward a preformatted DCCppMessage to the actual interface.void
DCCppTrafficController. sendHighPriorityDCCppMessage(DCCppMessage m, DCCppListener reply)
-
Uses of DCCppListener in jmri.jmrix.dccpp.dccppovertcp
Classes in jmri.jmrix.dccpp.dccppovertcp that implement DCCppListener Modifier and Type Class Description class
ClientRxHandler
Implementation of the DCCppOverTcp LbServer Server Protocol.Methods in jmri.jmrix.dccpp.dccppovertcp with parameters of type DCCppListener Modifier and Type Method Description void
DCCppOverTcpPacketizer. sendDCCppMessage(DCCppMessage m, DCCppListener reply)
Forward a preformatted DCCppMessage to the actual interface. -
Uses of DCCppListener in jmri.jmrix.dccpp.serial
Methods in jmri.jmrix.dccpp.serial with parameters of type DCCppListener Modifier and Type Method Description void
SerialDCCppPacketizer. sendDCCppMessage(DCCppMessage m, DCCppListener reply)
-
Uses of DCCppListener in jmri.jmrix.dccpp.swing
Classes in jmri.jmrix.dccpp.swing that implement DCCppListener Modifier and Type Class Description class
ConfigBaseStationFrame
-
Uses of DCCppListener in jmri.jmrix.dccpp.swing.mon
Classes in jmri.jmrix.dccpp.swing.mon that implement DCCppListener Modifier and Type Class Description class
DCCppMonFrame
Frame displaying (and logging) DCCpp command messages. -
Uses of DCCppListener in jmri.jmrix.dccpp.swing.virtuallcd
Classes in jmri.jmrix.dccpp.swing.virtuallcd that implement DCCppListener 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
-