Class StartCommand
java.lang.Object
fr.istic.aco.editor.commands.StartCommand
-
Constructor Summary
ConstructorsConstructorDescriptionStartCommand
(Recorder recorder) Constructs aStartCommand
with the specified dependencies. -
Method Summary
-
Constructor Details
-
StartCommand
Constructs aStartCommand
with the specified dependencies.- Parameters:
recorder
- the command recorder for saving and replaying the command.
-
-
Method Details
-
execute
public void execute()Executes the start recording operation.This method invokes the
Recorder.start()
method to initiate the recording of commands.
-