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