Uses of Interface
jmri.jmrix.jmriclient.JMRIClientListener
-
Packages that use JMRIClientListener Package Description jmri.jmrix.jmriclient jmri.jmrix.jmriclient.swing.mon jmri.jmrix.jmriclient.swing.packetgen -
-
Uses of JMRIClientListener in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement JMRIClientListener 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 with parameters of type JMRIClientListener Modifier and Type Method Description void
JMRIClientInterface. addJMRIClientListener(JMRIClientListener l)
void
JMRIClientTrafficController. addJMRIClientListener(JMRIClientListener l)
void
JMRIClientInterface. removeJMRIClientListener(JMRIClientListener l)
void
JMRIClientTrafficController. removeJMRIClientListener(JMRIClientListener l)
void
JMRIClientInterface. sendJMRIClientMessage(JMRIClientMessage m, JMRIClientListener l)
void
JMRIClientTrafficController. sendJMRIClientMessage(JMRIClientMessage m, JMRIClientListener reply)
Forward a preformatted message to the actual interface. -
Uses of JMRIClientListener in jmri.jmrix.jmriclient.swing.mon
Classes in jmri.jmrix.jmriclient.swing.mon that implement JMRIClientListener Modifier and Type Class Description class
JMRIClientMonPane
Pane displaying (and logging) JMRIClient command messages. -
Uses of JMRIClientListener in jmri.jmrix.jmriclient.swing.packetgen
Classes in jmri.jmrix.jmriclient.swing.packetgen that implement JMRIClientListener Modifier and Type Class Description class
PacketGenFrame
Frame for user input of JMRIClient messages
-