Class MenuActionBootCommand
java.lang.Object
com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<ActionMenuItem,Boolean>
com.thecoderscorner.menu.remote.commands.MenuActionBootCommand
- All Implemented Interfaces:
MenuCommand
-
Constructor Summary
ConstructorsConstructorDescriptionMenuActionBootCommand(int subMenuId, ActionMenuItem 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
-