Class XNetLocoFunctionStatusHighReplyFormatter
java.lang.Object
jmri.jmrix.lenz.messageformatters.XNetLocoFunctionStatusHighReplyFormatter
- All Implemented Interfaces:
XPressNetMessageFormatter,MessageFormatter
public class XNetLocoFunctionStatusHighReplyFormatter
extends Object
implements XPressNetMessageFormatter
Formatter for Loco Function Status High Reply messages.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat the message into a stringbooleanDetermine if this formatter can handle the message
-
Constructor Details
-
XNetLocoFunctionStatusHighReplyFormatter
-
-
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
-