Beispiel #1
0
  public synchronized void execute(Command c) {
    ensureNewline();

    if (color) out.print(green);

    lastMsg = LastMessages.Command;
    lastCommand = c;
    out.println("[Executing      ] " + c.toString());
  }