package NET.worlds.scape; public interface KeyCharHandler { boolean handle(KeyCharEvent var1); }