Class MenuLargeNumBootCommand
- java.lang.Object
-
- com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<EditableLargeNumberMenuItem,java.math.BigDecimal>
-
- com.thecoderscorner.menu.remote.commands.MenuLargeNumBootCommand
-
- All Implemented Interfaces:
MenuCommand
public class MenuLargeNumBootCommand extends BootItemMenuCommand<EditableLargeNumberMenuItem,java.math.BigDecimal>
-
-
Constructor Summary
Constructors Constructor Description MenuLargeNumBootCommand(int subMenuId, EditableLargeNumberMenuItem menuItem, java.math.BigDecimal currentVal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuCommandTypegetCommandType()The type of message received.MenuState<java.math.BigDecimal>internalNewMenuState(MenuState<java.math.BigDecimal> oldState)-
Methods inherited from class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
equals, getCurrentValue, getMenuItem, getSubMenuId, hashCode, newMenuState, toString
-
-
-
-
Constructor Detail
-
MenuLargeNumBootCommand
public MenuLargeNumBootCommand(int subMenuId, EditableLargeNumberMenuItem menuItem, java.math.BigDecimal currentVal)
-
-
Method Detail
-
getCommandType
public MenuCommandType getCommandType()
Description copied from interface:MenuCommandThe type of message received.- Returns:
- the command type
-
internalNewMenuState
public MenuState<java.math.BigDecimal> internalNewMenuState(MenuState<java.math.BigDecimal> oldState)
- Specified by:
internalNewMenuStatein classBootItemMenuCommand<EditableLargeNumberMenuItem,java.math.BigDecimal>
-
-