1 2 3 4 5
package design.controller.userinput; public interface Action { void onCommand(String[] args); }