public interface ProjectorCommand { boolean run(ProjectorApplet p) throws ProjectorCommandException; }