Package jmri.jmrix.nce
Interface NceListener
-
- All Superinterfaces:
AbstractMRListener
,java.util.EventListener
- All Known Implementing Classes:
ClockMonPanel
,NceAIUChecker
,NceClockControl
,NceConnectionStatus
,NceConsist
,NceConsist.NceReadConsist
,NceConsistBackup
,NceConsistEditPanel
,NceConsistEngines
,NceConsistRestore
,NceMacroBackup
,NceMacroEditPanel
,NceMacroGenPanel
,NceMacroRestore
,NceMonPanel
,NceOpsModeProgrammer
,NcePacketGenPanel
,NcePowerManager
,NceProgrammer
,NceSensorManager
,NceShowCabPanel
,NceTurnoutManager
,NceTurnoutMonitor
,UsbInterfacePanel
public interface NceListener extends AbstractMRListener
Defines the interface for listening to traffic on the NCE communications link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
message(NceMessage m)
void
reply(NceReply m)
-
-
-
Method Detail
-
message
void message(NceMessage m)
-
-