Source of
Command.java
Structures and functions
1:
public interface Command {
2:
void execute();
3:
}