gumbo.app
Class JTextAreaWriter.TargetProxy

java.lang.Object
  |
  +--gumbo.app.JTextAreaWriter.TargetProxy
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JTextAreaWriter

public class JTextAreaWriter.TargetProxy
extends java.lang.Object
implements java.lang.Runnable

A target proxy that allows asynchronous access.


Constructor Summary
JTextAreaWriter.TargetProxy(javax.swing.JTextArea target)
           
 
Method Summary
 void append(java.lang.String string)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTextAreaWriter.TargetProxy

public JTextAreaWriter.TargetProxy(javax.swing.JTextArea target)
Method Detail

append

public void append(java.lang.String string)

run

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