Package jmri.jmrix.marklin
Interface MarklinInterface
- All Known Implementing Classes:
MarklinSimTrafficController,MarklinTrafficController
public interface MarklinInterface
Define the interface for sending and receiving messages to the Marklin command
station.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidSend a message through the interface.booleanstatus()Test operational status of interface.
-
Method Details
-
addMarklinListener
-
removeMarklinListener
-
status
boolean status()Test operational status of interface.- Returns:
- true is interface implementation is operational.
-
sendMarklinMessage
Send a message through the interface.- Parameters:
m- Message to be sent.l- Listener to be notified of reply.
-