com.lowagie.rups.view

Class Console.ReadWriteThread

class Console.ReadWriteThread extends Thread

The thread that will write everything to the text area.
Field Summary
PipedInputStreampi
The InputStream of this Thread
Stringtype
The type (CUSTOM, SYSTEMOUT, SYSTEMERR) of this Thread
Constructor Summary
ReadWriteThread(PipedInputStream pi, String type)
Create the ReaderThread.
Method Summary
voidrun()

Field Detail

pi

PipedInputStream pi
The InputStream of this Thread

type

String type
The type (CUSTOM, SYSTEMOUT, SYSTEMERR) of this Thread

Constructor Detail

ReadWriteThread

ReadWriteThread(PipedInputStream pi, String type)
Create the ReaderThread.

Method Detail

run

public void run()

See Also: java.lang.Thread#run()