jigcell.compare.compare2
Class Compare2.ThresholdReadHelper

java.lang.Object
  extended by jigcell.compare.ui.DataEditorPanelTab.ReadHelper
      extended by jigcell.compare.compare2.Compare2.ThresholdReadHelper
Enclosing class:
Compare2

protected class Compare2.ThresholdReadHelper
extends DataEditorPanelTab.ReadHelper

Helper class for performing read operations on other threads.


Field Summary
 
Fields inherited from class jigcell.compare.ui.DataEditorPanelTab.ReadHelper
readResult, readSource
 
Constructor Summary
Compare2.ThresholdReadHelper(IReadableDataSource readSource)
          Creates a new reading helper thread.
 
Method Summary
protected  void finish()
          Sends data read from some external source off for processing.
 
Methods inherited from class jigcell.compare.ui.DataEditorPanelTab.ReadHelper
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compare2.ThresholdReadHelper

public Compare2.ThresholdReadHelper(IReadableDataSource readSource)
Creates a new reading helper thread.

Parameters:
readSource - Data source to read from
Method Detail

finish

protected void finish()
Sends data read from some external source off for processing.

Overrides:
finish in class DataEditorPanelTab.ReadHelper