public interface ICommandServiceData
| Modifier and Type | Method and Description |
|---|---|
CommandService |
getCommandService() |
IBaseCommandData |
getDataForCommand(ICommand command) |
CommandState |
getLastCommandState()
Get the command state for the last command being executed.
|
void |
setLastCommandState(CommandState state)
Set the command state for the last command being executed in the command service.
|
CommandService getCommandService()
IBaseCommandData getDataForCommand(ICommand command)
void setLastCommandState(CommandState state)
state - the last command state.IBaseCommandData.setCommandState(CommandState)CommandState getLastCommandState()
IBaseCommandData.getCommandState()Copyright © 2016–2017. All rights reserved.