Class MenuTextBootCommand
java.lang.Object
com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<EditableTextMenuItem,String>
com.thecoderscorner.menu.remote.commands.MenuTextBootCommand
- All Implemented Interfaces:
MenuCommand
-
Constructor Summary
ConstructorsConstructorDescriptionMenuTextBootCommand(int subMenuId, EditableTextMenuItem menuItem, String currentVal) -
Method Summary
Modifier and TypeMethodDescriptionThe type of message received.internalNewMenuState(MenuState<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
-