Class Z21LanLogOffRequestFormatter
- java.lang.Object
- 
- jmri.jmrix.roco.z21.messageformatters.Z21LanLogOffRequestFormatter
 
- 
- All Implemented Interfaces:
- MessageFormatter,- Z21MessageFormatter
 
 public class Z21LanLogOffRequestFormatter extends java.lang.Object implements Z21MessageFormatter Formatter for Z21LanLogOffRequest messages.
- 
- 
Constructor SummaryConstructors Constructor Description Z21LanLogOffRequestFormatter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringformatMessage(Message m)Format the message into a stringbooleanhandlesMessage(Message m)Determine if this formatter can handle the message
 
- 
- 
- 
Constructor Detail- 
Z21LanLogOffRequestFormatterpublic Z21LanLogOffRequestFormatter() 
 
- 
 - 
Method Detail- 
handlesMessagepublic boolean handlesMessage(Message m) Description copied from interface:MessageFormatterDetermine if this formatter can handle the message- Specified by:
- handlesMessagein interface- MessageFormatter
- Parameters:
- m- message to check
- Returns:
- true if this formatter can handle the message
 
 - 
formatMessagepublic java.lang.String formatMessage(Message m) Description copied from interface:MessageFormatterFormat the message into a string- Specified by:
- formatMessagein interface- MessageFormatter
- Parameters:
- m- message to format
- Returns:
- formatted string
 
 
- 
 
-