Class XNetLI101RequestMessageFormatter
java.lang.Object
jmri.jmrix.lenz.messageformatters.XNetLI101RequestMessageFormatter
- All Implemented Interfaces:
XPressNetMessageFormatter,MessageFormatter
Formatter for XPressNet messages targeted at the Interface device.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat the message into a stringbooleanDetermine if this formatter can handle the message
-
Constructor Details
-
XNetLI101RequestMessageFormatter
public XNetLI101RequestMessageFormatter()
-
-
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
-