1 2 3 4 5 6
package design.controller.userinput; @FunctionalInterface public interface Action { void onAction(); }