Class Z21RMBusFeedbackReplyFormatter
java.lang.Object
jmri.jmrix.roco.z21.messageformatters.Z21RMBusFeedbackReplyFormatter
- All Implemented Interfaces:
MessageFormatter,Z21MessageFormatter
Class for formatting the Z21 RMBus Feedback Reply
-
Constructor Details
-
Z21RMBusFeedbackReplyFormatter
public Z21RMBusFeedbackReplyFormatter()
-
-
Method Details
-
handlesMessage
Description copied from interface:MessageFormatterDetermine if this formatter can handle the message- Specified by:
handlesMessagein interfaceMessageFormatter- Parameters:
m- message to check- Returns:
- true if this formatter can handle the message
-
formatMessage
Description copied from interface:MessageFormatterFormat the message into a string- Specified by:
formatMessagein interfaceMessageFormatter- Parameters:
m- message to format- Returns:
- formatted string
-
getState
-