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