Class MenuRemoteBootCommand
- java.lang.Object
-
- com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<RemoteMenuItem,java.lang.String>
-
- com.thecoderscorner.menu.remote.commands.MenuRemoteBootCommand
-
- All Implemented Interfaces:
MenuCommand
public class MenuRemoteBootCommand extends BootItemMenuCommand<RemoteMenuItem,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description MenuRemoteBootCommand(int subMenuId, RemoteMenuItem 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
-
MenuRemoteBootCommand
public MenuRemoteBootCommand(int subMenuId, RemoteMenuItem 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<RemoteMenuItem,java.lang.String>
-
-