soot.jbco.gui
Class RunnerThread

java.lang.Object
  extended by soot.jbco.gui.RunnerThread
All Implemented Interfaces:
Runnable

public class RunnerThread
extends Object
implements Runnable


Field Summary
 boolean stopRun
           
 
Constructor Summary
RunnerThread(String[] argv, JBCOViewer jv, String workingdir)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopRun

public boolean stopRun
Constructor Detail

RunnerThread

public RunnerThread(String[] argv,
                    JBCOViewer jv,
                    String workingdir)
Method Detail

run

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