interface CommListener { public void start(); public void output(String message); public void input(String message); public void end(); }