package design.controller.userinput; @FunctionalInterface public interface Action { void onCommand(String[] args); }