Uses of Interface
jmri.jmrix.dccpp.DCCppListener
Packages that use DCCppListener
Package
Description
Defines classes for interfacing to a DCC++ Base Station
via a telnet connection to a DCCppOverTcp driver.
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 DCCppListenerModifier and TypeClassDescriptionclassClass providing Clock Control to the DCC-EX client.classImplementation of the Light Object for DCC++classclassProvide access to current meters from the DCC++ Base Station Creates meters based on values sent from command stationclassProgrammer support for DCC++.classExtend jmri.AbstractSensor for DCC++ layouts.classImplement SensorManager for DCC++ systems.classAn implementation of DccThrottle with code specific to a DCC++ connection.classDCC++ implementation of a ThrottleManager based on the AbstractThrottleManager.classExtends jmri.AbstractTurnout for DCCpp layoutsclassImplement TurnoutManager for DCC++ systems.classImplement a feedback message cache for DCC++ turnouts.Fields in jmri.jmrix.dccpp with type parameters of type DCCppListenerModifier and TypeFieldDescription(package private) LinkedBlockingQueue<DCCppListener>DCCppTrafficController.highPriorityListenersprotected HashMap<DCCppListener,Integer> DCCppTrafficController.mListenerMasksMethods in jmri.jmrix.dccpp with parameters of type DCCppListenerModifier and TypeMethodDescriptionvoidDCCppInterface.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 DCCppListenerModifier and TypeClassDescriptionfinal classImplementation of the DCCppOverTcp LbServer Server Protocol.Methods in jmri.jmrix.dccpp.dccppovertcp with parameters of type DCCppListenerModifier and TypeMethodDescriptionvoidDCCppOverTcpPacketizer.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 DCCppListenerModifier and TypeMethodDescriptionvoidSerialDCCppPacketizer.sendDCCppMessage(DCCppMessage m, DCCppListener reply) -
Uses of DCCppListener in jmri.jmrix.dccpp.swing
Classes in jmri.jmrix.dccpp.swing that implement DCCppListener -
Uses of DCCppListener in jmri.jmrix.dccpp.swing.mon
Classes in jmri.jmrix.dccpp.swing.mon that implement DCCppListenerModifier and TypeClassDescriptionclassFrame displaying (and logging) DCCpp command messages. -
Uses of DCCppListener in jmri.jmrix.dccpp.swing.virtuallcd
Classes in jmri.jmrix.dccpp.swing.virtuallcd that implement DCCppListenerModifier and TypeClassDescriptionclassFrame 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