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
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 |
CorpusAnnotDiffDialog.DiffRunner
public CorpusAnnotDiffDialog.DiffRunner()
- Constructor
run
public void run()
- This method is overridden in order to implement the needed behaviour
- Specified by:
run
in interface Runnable