| Class | Description |
|---|---|
| AbstractCommand |
Base class for all commands.
|
| AbstractContainerCommand |
Base class for all commands that execute contained commands with the nested context.
|
| AbstractExecutionCommand |
Base class for all execution commands.
|
| AbstractUserActionCommand |
Base class for all user action commands.
|
| CommandDelegate |
Command delegate to define the command at the some later time.
|
| ParentCommandHelper |
Helper class to obtain the parent command.
|
| SimpleContainerCommand |
Container command that execute contained commands with the nested context.
|
| Exception | Description |
|---|---|
| CommandDefinitionException |
Exception is thrown when the command definition is wrong.
|
Copyright © 2019. All rights reserved.