LoadCommand
controller.base.command.LoadCommand
class LoadCommand(controller: BaseController, fileIo: FileIo) extends MementoCommand
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Executes the command, containing business logic.
Inherited methods
Executes the command.
Redoes the command.
Undoes the command.
Inherited fields
The current status used for undo and redo. Not private to allow for easier testing.
The current status used for undo and redo. Not private to allow for easier testing.
Attributes
- Inherited from:
- MementoCommand
In this article