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 classDCCppClockControlClass providing Clock Control to the DCC-EX client.classDCCppLightImplementation of the Light Object for DCC++classDCCppPowerManagerclassDCCppPredefinedMetersProvide access to current meters from the DCC++ Base Station Creates meters based on values sent from command stationclassDCCppProgrammerProgrammer support for DCC++.classDCCppSensorExtend jmri.AbstractSensor for DCC++ layouts.classDCCppSensorManagerImplement SensorManager for DCC++ systems.classDCCppThrottleAn implementation of DccThrottle with code specific to a DCC++ connection.classDCCppThrottleManagerDCC++ implementation of a ThrottleManager based on the AbstractThrottleManager.classDCCppTurnoutExtends jmri.AbstractTurnout for DCCpp layoutsclassDCCppTurnoutManagerImplement TurnoutManager for DCC++ systems.classDCCppTurnoutReplyCacheImplement 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. highPriorityListenersprotected java.util.HashMap<DCCppListener,java.lang.Integer>DCCppTrafficController. mListenerMasksMethods in jmri.jmrix.dccpp with parameters of type DCCppListener Modifier and Type Method Description voidDCCppInterface. addDCCppListener(int mask, DCCppListener l)Request notification of things happening on the DCC++.voidDCCppTrafficController. addDCCppListener(int mask, DCCppListener l)voidDCCppInterface. removeDCCppListener(int mask, DCCppListener listener)Stop notification of things happening on the XNet.voidDCCppTrafficController. removeDCCppListener(int mask, DCCppListener l)voidDCCppInterface. sendDCCppMessage(DCCppMessage msg, DCCppListener replyTo)Request a message be sent to the attached DCC++.voidDCCppPacketizer. sendDCCppMessage(DCCppMessage m, DCCppListener reply)Forward a preformatted DCCppMessage to the actual interface.abstract voidDCCppTrafficController. sendDCCppMessage(DCCppMessage m, DCCppListener reply)Forward a preformatted DCCppMessage to the actual interface.voidDCCppTrafficController. 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 classClientRxHandlerImplementation of the DCCppOverTcp LbServer Server Protocol.Methods in jmri.jmrix.dccpp.dccppovertcp with parameters of type DCCppListener Modifier and Type Method Description voidDCCppOverTcpPacketizer. 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 voidSerialDCCppPacketizer. 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 classConfigBaseStationFrame -
Uses of DCCppListener in jmri.jmrix.dccpp.swing.mon
Classes in jmri.jmrix.dccpp.swing.mon that implement DCCppListener Modifier and Type Class Description classDCCppMonFrameFrame 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 classVirtualLCDFrameFrame 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
-