The Output interface consists of the following two methods:
public void print
(Color color, String msg);
This method prints a message to the output instance in question. Note that not all outputs support color - those that don't just ignore the color parameter.
public void commandDone
();
Your shell should call this when a command has finished executing. The console window's implementation of this method stops the silly little fish animation.