edu.rice.comp211.laundry.io
Interface IOProcess

All Known Implementing Classes:
TerminalIO

public interface IOProcess

IOProcess interface that the simulation uses to read parsed commands.


Method Summary
 Command nextCommand()
           
 OutputStream open(StudentEnvironment s, boolean debug)
           
 

Method Detail

open

OutputStream open(StudentEnvironment s,
                  boolean debug)

nextCommand

Command nextCommand()
                    throws IOException
Throws:
IOException