gate.gui
Class CorpusAnnotDiffDialog.DiffRunner

java.lang.Object
  |
  +--gate.gui.CorpusAnnotDiffDialog.DiffRunner
All Implemented Interfaces:
Runnable
Enclosing class:
CorpusAnnotDiffDialog

class CorpusAnnotDiffDialog.DiffRunner
extends Object
implements Runnable

Inner class used to run an annot. diff in a new thread


Constructor Summary
CorpusAnnotDiffDialog.DiffRunner()
          Constructor
 
Method Summary
 void run()
          This method is overridden in order to implement the needed behaviour
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorpusAnnotDiffDialog.DiffRunner

public CorpusAnnotDiffDialog.DiffRunner()
Constructor

Method Detail

run

public void run()
This method is overridden in order to implement the needed behaviour

Specified by:
run in interface Runnable