Class MenuRuntimeListBootCommand
java.lang.Object
com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<RuntimeListMenuItem,List<String>>
com.thecoderscorner.menu.remote.commands.MenuRuntimeListBootCommand
- All Implemented Interfaces:
MenuCommand
public class MenuRuntimeListBootCommand
extends BootItemMenuCommand<RuntimeListMenuItem,List<String>>
-
Constructor Summary
ConstructorsConstructorDescriptionMenuRuntimeListBootCommand(int subMenuId, RuntimeListMenuItem menuItem, List<String> currentVal) -
Method Summary
Modifier and TypeMethodDescriptionThe type of message received.internalNewMenuState(MenuState<List<String>> oldState)Methods inherited from class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
equals, getCurrentValue, getMenuItem, getSubMenuId, hashCode, newMenuState, toString
-
Constructor Details
-
Method Details
-
getCommandType
Description copied from interface:MenuCommandThe type of message received.- Returns:
- the command type
-