Class MenuHeartbeatCommand
- java.lang.Object
-
- com.thecoderscorner.menu.remote.commands.MenuHeartbeatCommand
-
- All Implemented Interfaces:
MenuCommand
public class MenuHeartbeatCommand extends java.lang.Object implements MenuCommand
-
-
Constructor Summary
Constructors Constructor Description MenuHeartbeatCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuCommandTypegetCommandType()The type of message received.java.lang.StringtoString()
-
-
-
Method Detail
-
getCommandType
public MenuCommandType getCommandType()
Description copied from interface:MenuCommandThe type of message received.- Specified by:
getCommandTypein interfaceMenuCommand- Returns:
- the command type
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-