Package Behavioral.Command
Interface Command
- All Known Implementing Classes:
ConcreteCommandA,ConcreteCommandB
public interface Command
The Command interface declares a method for executing commands.
-
Method Summary
-
Method Details
-
execute
void execute()Executes the command.
-