MenuCommandpublic class MenuChangeCommand extends Object implements MenuCommand
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MenuChangeCommand.ChangeType |
| Constructor | Description |
|---|---|
MenuChangeCommand(int subMenuId,
int menuItemId,
MenuChangeCommand.ChangeType changeType,
int value) |
| Modifier and Type | Method | Description |
|---|---|---|
static MenuChangeCommand.ChangeType |
changeTypeFromInt(int changeType) |
|
static int |
changeTypeToInt(MenuChangeCommand.ChangeType changeType) |
|
MenuChangeCommand.ChangeType |
getChangeType() |
|
MenuCommandType |
getCommandType() |
The type of message received.
|
int |
getMenuItemId() |
|
int |
getParentItemId() |
|
int |
getValue() |
public MenuChangeCommand(int subMenuId,
int menuItemId,
MenuChangeCommand.ChangeType changeType,
int value)
public MenuCommandType getCommandType()
MenuCommandgetCommandType in interface MenuCommandpublic int getMenuItemId()
public int getParentItemId()
public int getValue()
public MenuChangeCommand.ChangeType getChangeType()
public static int changeTypeToInt(MenuChangeCommand.ChangeType changeType)
public static MenuChangeCommand.ChangeType changeTypeFromInt(int changeType)
Copyright © 2018. All rights reserved.