com.izforge.izpack.util
Class ConsoleWrite

java.lang.Object
  extended bycom.izforge.izpack.util.ConsoleWrite
All Implemented Interfaces:
java.lang.Runnable

class ConsoleWrite
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  java.lang.String str
           
private  ConsoleTextArea textArea
           
 
Constructor Summary
ConsoleWrite(ConsoleTextArea textArea, java.lang.String str)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textArea

private ConsoleTextArea textArea

str

private java.lang.String str
Constructor Detail

ConsoleWrite

public ConsoleWrite(ConsoleTextArea textArea,
                    java.lang.String str)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable