Class XNetEstopAllRequestMessageFormatter
java.lang.Object
jmri.jmrix.lenz.messageformatters.XNetEstopAllRequestMessageFormatter
- All Implemented Interfaces:
XPressNetMessageFormatter,MessageFormatter
public class XNetEstopAllRequestMessageFormatter
extends Object
implements XPressNetMessageFormatter
Format Emergency Stop All Request messages for display
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormat the message into a stringbooleanDetermine if this formatter can handle the message
-
Constructor Details
-
XNetEstopAllRequestMessageFormatter
public XNetEstopAllRequestMessageFormatter()
-
-
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
-