package uk.co.flyingsquirrels; import org.newdawn.slick.Input; public interface InputHandler { void handleInput(Input input); }