proyecto.compilador
Class ConsoleScrollPane.StreamReader

java.lang.Object
  extended by proyecto.compilador.ConsoleScrollPane.StreamReader
All Implemented Interfaces:
Runnable
Enclosing class:
ConsoleScrollPane

 class ConsoleScrollPane.StreamReader
extends Object
implements Runnable


Constructor Summary
ConsoleScrollPane.StreamReader(InputStream in)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleScrollPane.StreamReader

public ConsoleScrollPane.StreamReader(InputStream in)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface Runnable