Class MenuBooleanBootCommand
java.lang.Object
com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<BooleanMenuItem,Boolean>
com.thecoderscorner.menu.remote.commands.MenuBooleanBootCommand
- All Implemented Interfaces:
MenuCommand
-
Constructor Summary
ConstructorsConstructorDescriptionMenuBooleanBootCommand(int subMenuId, BooleanMenuItem menuItem, boolean currentVal) -
Method Summary
Modifier and TypeMethodDescriptionThe type of message received.internalNewMenuState(AnyMenuState 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
-