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