Class BootItemMenuCommand<T extends MenuItem,V>
- java.lang.Object
-
- com.thecoderscorner.menu.remote.commands.BootItemMenuCommand<T,V>
-
- All Implemented Interfaces:
MenuCommand
- Direct Known Subclasses:
MenuActionBootCommand,MenuAnalogBootCommand,MenuBooleanBootCommand,MenuEnumBootCommand,MenuFloatBootCommand,MenuRemoteBootCommand,MenuSubBootCommand,MenuTextBootCommand
public abstract class BootItemMenuCommand<T extends MenuItem,V> extends java.lang.Object implements MenuCommand
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBootItemMenuCommand(int subMenuId, T menuItem, V currentValue)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description VgetCurrentValue()TgetMenuItem()intgetSubMenuId()protected abstract MenuState<V>internalNewMenuState(MenuState<V> oldState)MenuState<V>newMenuState(MenuState<V> oldState)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.thecoderscorner.menu.remote.commands.MenuCommand
getCommandType
-
-