package NET.worlds.scape; public interface KeyDownHandler { boolean handle(KeyDownEvent var1); }