Class MenuSubBootCommand
java.lang.Object
com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<SubMenuItem,Boolean>
com.thecoderscorner.menu.remote.commands.MenuSubBootCommand
- All Implemented Interfaces:
MenuCommand
-
Constructor Summary
ConstructorsConstructorDescriptionMenuSubBootCommand(int subMenuId, SubMenuItem menuItem, boolean currentVal) -
Method Summary
Modifier and TypeMethodDescriptionThe type of message received.internalNewMenuState(MenuState<Boolean> oldState)Methods inherited from class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
equals, getCurrentValue, getMenuItem, getSubMenuId, hashCode, newMenuState, toString
-
Constructor Details
-
Method Details
-
getCommandType
Description copied from interface:MenuCommandThe type of message received.- Returns:
- the command type
-