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