5#ifndef MIDDAY_COMMANDER_ONCEACTION_H
6#define MIDDAY_COMMANDER_ONCEACTION_H
An abstract class representing a general operation in the program.
Definition: Action.h:17
Represents a file view of the Application.
Definition: FileView.h:16
A base class for Actions that are supposed to fire once.
Definition: OnceAction.h:13
void execute(FileView &, State &) override
Definition: OnceAction.cpp:8
virtual void executeAction(FileView &, State &)=0
Holds the global state of the Application.
Definition: State.h:16