Constructor and Description |
---|
AbstractDefaultCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute(T context)
Executes the command.
|
abstract CommandTransitionEnum.CommandTransition |
executeCommand(T parameterObject)
Executes the command.
|
public void execute(T context) throws CommandException
Command
execute
in interface Command<T>
context
- The parameter object to pass.CommandException
- if something happens.Command.execute(java.lang.Object)
public abstract CommandTransitionEnum.CommandTransition executeCommand(T parameterObject)
Command
executeCommand
in interface Command<T>
parameterObject
- The parameter object to pass.Copyright © 2017 neusta software development GmbH. All rights reserved.