Class MenuActionBootCommand
- java.lang.Object
-
- com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<ActionMenuItem,java.lang.Boolean>
-
- com.thecoderscorner.menu.remote.commands.MenuActionBootCommand
-
- All Implemented Interfaces:
MenuCommand
public class MenuActionBootCommand extends BootItemMenuCommand<ActionMenuItem,java.lang.Boolean>
-
-
Constructor Summary
Constructors Constructor Description MenuActionBootCommand(int subMenuId, ActionMenuItem menuItem, java.lang.Boolean currentVal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuCommandTypegetCommandType()The type of message received.MenuState<java.lang.Boolean>internalNewMenuState(MenuState<java.lang.Boolean> oldState)-
Methods inherited from class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
getCurrentValue, getMenuItem, getSubMenuId, newMenuState, toString
-
-
-
-
Constructor Detail
-
MenuActionBootCommand
public MenuActionBootCommand(int subMenuId, ActionMenuItem menuItem, java.lang.Boolean 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.Boolean> internalNewMenuState(MenuState<java.lang.Boolean> oldState)
- Specified by:
internalNewMenuStatein classBootItemMenuCommand<ActionMenuItem,java.lang.Boolean>
-
-