Class MenuRuntimeListBootCommand
- java.lang.Object
-
- com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<RuntimeListMenuItem,java.util.List<java.lang.String>>
-
- com.thecoderscorner.menu.remote.commands.MenuRuntimeListBootCommand
-
- All Implemented Interfaces:
MenuCommand
public class MenuRuntimeListBootCommand extends BootItemMenuCommand<RuntimeListMenuItem,java.util.List<java.lang.String>>
-
-
Constructor Summary
Constructors Constructor Description MenuRuntimeListBootCommand(int subMenuId, RuntimeListMenuItem menuItem, java.util.List<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.util.List<java.lang.String>>internalNewMenuState(MenuState<java.util.List<java.lang.String>> oldState)-
Methods inherited from class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
equals, getCurrentValue, getMenuItem, getSubMenuId, hashCode, newMenuState, toString
-
-
-
-
Constructor Detail
-
MenuRuntimeListBootCommand
public MenuRuntimeListBootCommand(int subMenuId, RuntimeListMenuItem menuItem, java.util.List<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.util.List<java.lang.String>> internalNewMenuState(MenuState<java.util.List<java.lang.String>> oldState)
- Specified by:
internalNewMenuStatein classBootItemMenuCommand<RuntimeListMenuItem,java.util.List<java.lang.String>>
-
-