gov.sns.application
Class Console.ConsoleOutHandler

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--gov.sns.application.Console.ConsoleOutHandler
Enclosing class:
Console

protected class Console.ConsoleOutHandler
extends java.io.OutputStream

The internal class whose instance handles the output stream. The output is inserted into the text pane's document as black text.


Constructor Summary
protected Console.ConsoleOutHandler()
           
 
Method Summary
 void write(int character)
          Write output to both standard out and the Console view
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console.ConsoleOutHandler

protected Console.ConsoleOutHandler()
Method Detail

write

public void write(int character)
Write output to both standard out and the Console view

Specified by:
write in class java.io.OutputStream
Parameters:
character - The character to write