Yurttas/PL/OOL/Java/F/09/02/00/Command.java

1public interface Command {
2
3  public void Execute();
4
5}