@FunctionalInterface public interface Command<T>
Modifier and Type | Method and Description |
---|---|
void |
execute(T parameterObject)
Deprecated.
use executeCommand instead.
|
default CommandTransitionEnum.CommandTransition |
executeCommand(T parameterObject)
Executes the command.
|
default CommandTransitionEnum.CommandTransition executeCommand(T parameterObject)
parameterObject
- The parameter object to pass.@Deprecated void execute(T parameterObject) throws CommandException
parameterObject
- The parameter object to pass.CommandException
- if something happens.Copyright © 2017 neusta software development GmbH. All rights reserved.