package h01.template; public interface Controllable { void handleKeyInput(int k); }