|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputWriter
Interface that defines the structure of a writer or also called screen
printer.
Control Version
Method Summary | |
---|---|
void |
writeLine(String string)
Writes a set of strings with a carriage return at the end of it. |
void |
writeString(String string)
Writes a set of strings without a carriage return. |
Method Detail |
---|
void writeString(String string) throws OutputWriterException
string
- String to write in the screen.
OutputWriterException
- If there is a problem when writing.void writeLine(String string) throws OutputWriterException
string
- String to write.
OutputWriterException
- If there is a problem when writing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |