Package jmri.jmrix.tams
Interface TamsInterface
- All Known Implementing Classes:
TamsTrafficController
public interface TamsInterface
Define interface for sending and receiving messages to the Tams command
station.
Based on work by Bob Jacobsen
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidSend a message through the interface.booleanstatus()Test operational status of interface.
-
Method Details
-
addTamsListener
-
removeTamsListener
-
status
boolean status()Test operational status of interface.- Returns:
- true is interface implementation is operational.
-
sendTamsMessage
Send a message through the interface.- Parameters:
m- Message to be sent.l- Listener to be notified of reply.
-