net.sf.rej.gui.compare
Class CompareThread

java.lang.Object
  extended by net.sf.rej.gui.compare.CompareThread
All Implemented Interfaces:
java.lang.Runnable

public class CompareThread
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
CompareThread(FileSet a1, FileSet a2, javax.swing.JTree tree, javax.swing.tree.DefaultMutableTreeNode root)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareThread

public CompareThread(FileSet a1,
                     FileSet a2,
                     javax.swing.JTree tree,
                     javax.swing.tree.DefaultMutableTreeNode root)
Method Detail

run

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