Constructor and Description |
---|
SequentialCommandGroup() |
Modifier and Type | Method and Description |
---|---|
void |
end()
The action to take when the command ends.
|
void |
execute()
The main body of a command.
|
void |
initialize()
The initial subroutine of a command.
|
boolean |
isFinished()
Whether the command has finished.
|
public void initialize()
Command
initialize
in interface Command
public void execute()
Command
public void end()
Command
public boolean isFinished()
Command
isFinished
in interface Command