public abstract class StreetsideExecutableCommand extends StreetsideCommand
images
Constructor and Description |
---|
StreetsideExecutableCommand(Set<StreetsideAbstractImage> images)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
execute()
Executes the command.
|
redo, sum, toString, undo
public StreetsideExecutableCommand(Set<StreetsideAbstractImage> images)
images
- The set of images affected by the command.public abstract void execute()