public WindowUIEvent(int id, int output, WindowUIMenu wum) { this.id = id; this.output = output; this.wum = wum; input = wum.getInput(); }