org.forester.archaeopteryx.tools
Class RunnableProcess

java.lang.Object
  extended by org.forester.archaeopteryx.tools.RunnableProcess
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
AncestralTaxonomyInferrer, GoAnnotation, PhylogeneticInferrer, SequenceDataRetriver, TaxonomyDataManager

public abstract class RunnableProcess
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
RunnableProcess()
           
 
Method Summary
 void end(MainFrame mf)
           
 void start(MainFrame mf, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

RunnableProcess

public RunnableProcess()
Method Detail

start

public void start(MainFrame mf,
                  java.lang.String name)

end

public void end(MainFrame mf)