package cs101.io.connection; public interface OutputConnection { public void writeOutput( String s ); }