package design.controller.userinput; @FunctionalInterface public interface Action { void onAction(); }