Class MenuTextBootCommand
- java.lang.Object
-
- com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<TextMenuItem,java.lang.String>
-
- com.thecoderscorner.menu.remote.commands.MenuTextBootCommand
-
- All Implemented Interfaces:
MenuCommand
public class MenuTextBootCommand extends BootItemMenuCommand<TextMenuItem,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description MenuTextBootCommand(int subMenuId, TextMenuItem menuItem, java.lang.String currentVal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuCommandTypegetCommandType()The type of message received.MenuState<java.lang.String>internalNewMenuState(MenuState<java.lang.String> oldState)-
Methods inherited from class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
getCurrentValue, getMenuItem, getSubMenuId, newMenuState, toString
-
-
-
-
Constructor Detail
-
MenuTextBootCommand
public MenuTextBootCommand(int subMenuId, TextMenuItem menuItem, java.lang.String currentVal)
-
-
Method Detail
-
getCommandType
public MenuCommandType getCommandType()
Description copied from interface:MenuCommandThe type of message received.- Returns:
- the command type
-
internalNewMenuState
public MenuState<java.lang.String> internalNewMenuState(MenuState<java.lang.String> oldState)
- Specified by:
internalNewMenuStatein classBootItemMenuCommand<TextMenuItem,java.lang.String>
-
-