Interface OutputHandler
- All Known Implementing Classes:
DefaultOutputHandler
public interface OutputHandler
Manage user output to different sources.
- Version:
- $Id: OutputHandler.java 2649 2005-10-10 16:51:51Z brett $
- Author:
- Brett Porter
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ROLE
-
-
Method Details
-
write
Write a single line of input, excluding the newline at the end.- Parameters:
line
- the line- Throws:
IOException
-
writeLine
Write a single line of input, including the newline at the end.- Parameters:
line
- the line- Throws:
IOException
-