Package | org.spicefactory.lib.command.group |
Interface | public interface CommandGroup extends CommandExecutor, SuspendableCommand, CancellableCommand |
Implementors | CommandSequence, ParallelCommands |
Method | Defined By | ||
---|---|---|---|
addCommand(command:Command):void
Adds a command to this group. | CommandGroup | ||
![]() | cancel():void
Cancels the command. | CancellableCommand | |
![]() |
Method that may be called by frameworks before executing this command to hook
into the lifecycle and data handling of this executor. | CommandExecutor | |
![]() | resume():void
Resumes the command. | SuspendableCommand | |
![]() | suspend():void
Suspends the command. | SuspendableCommand |