Package jmri.jmrix.jmriclient
Interface JMRIClientListener
-
- All Superinterfaces:
AbstractMRListener
,java.util.EventListener
- All Known Implementing Classes:
JMRIClientLight
,JMRIClientMonPane
,JMRIClientPowerManager
,JMRIClientReporter
,JMRIClientSensor
,JMRIClientTurnout
,PacketGenFrame
public interface JMRIClientListener extends AbstractMRListener
Defines the interface for listening to traffic on the JMRIClient communications link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
message(JMRIClientMessage m)
void
reply(JMRIClientReply m)
-
-
-
Method Detail
-
message
void message(JMRIClientMessage m)
-
reply
void reply(JMRIClientReply m)
-
-