Package jmri.jmrix.marklin
Interface MarklinListener
-
- All Superinterfaces:
AbstractMRListener,java.util.EventListener
- All Known Implementing Classes:
MarklinMonPane,MarklinPowerManager,MarklinSensorManager,MarklinThrottle,MarklinThrottleManager,MarklinTurnout,PacketGenPanel
public interface MarklinListener extends AbstractMRListener
Define the interface for listening to traffic on the Marklin communications link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmessage(MarklinMessage m)voidreply(MarklinReply m)
-
-
-
Method Detail
-
message
void message(MarklinMessage m)
-
reply
void reply(MarklinReply m)
-
-