interface Step
Represents a step within a Command. Commands are made up of 1 or many steps.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Command |
getCommand()
|
|
abstract String |
getName()
|
|
abstract Map<String, Object> |
getParameters()
|
|
abstract boolean |
handle(ExecutionContext context)Handles the command logic |
Handles the command logic
context - The ExecutionContext instead