| Interface | Description | |
|---|---|---|
| CommandGroup | Represents a group of commands. |
| Class | Description | |
|---|---|---|
| CommandSequence | A CommandGroup implementation that executes its child commands sequentially. | |
| ParallelCommands | A CommandGroup implementation that executes its child commands in parallel. |