package NET.worlds.scape; public interface KeyUpHandler { boolean handle(KeyUpEvent var1); }