Interface ComparisonListener

All Known Implementing Classes:
NewDifferenceEngine.MatchTracker2ComparisonListener

public interface ComparisonListener
Is notified of comparisions and their results.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives information about a comparison that has been performed and its outcome.
  • Method Details

    • comparisonPerformed

      void comparisonPerformed(Comparison comparison, ComparisonResult outcome)
      Receives information about a comparison that has been performed and its outcome.
      Parameters:
      comparison - the comparison
      outcome - the result of the comparison