Package jmri.jmrix.dcc4pc
Interface Dcc4PcListener
-
- All Superinterfaces:
AbstractMRListener,java.util.EventListener
- All Known Implementing Classes:
Dcc4PcBoardManager,Dcc4PcMonPane,Dcc4PcSensorManager,StatusPanel
public interface Dcc4PcListener extends AbstractMRListener
Defines the interface for listening to traffic on the DCC4PC communications link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleTimeout(Dcc4PcMessage m)voidmessage(Dcc4PcMessage m)voidreply(Dcc4PcReply m)
-
-
-
Method Detail
-
message
void message(Dcc4PcMessage m)
-
reply
void reply(Dcc4PcReply m)
-
handleTimeout
void handleTimeout(Dcc4PcMessage m)
-
-