Class Summary| AbstractCommand |
A command that does nothing on execute
(except call any done commands that have been added to it)
This command does provide managment of "done" commands,
and a way to execute them via a private method: done
|
| CommandRunEvent |
|
| CommandRunEventPublisher |
|
| DelegateCommand |
This command allows you to call a method on a specific object, with specific arguments |
| ParallelCommand |
This command will run multiple commands when executed |
| SequenceCommand |
This command will run commands in sequence - it will wait for one to finish before calling the next one |
| WaitCommand |
|