Interface ComparisonListener


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

      • 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