Package org.custommonkey.xmlunit
Class NewDifferenceEngine.MatchTracker2ComparisonListener
java.lang.Object
org.custommonkey.xmlunit.NewDifferenceEngine.MatchTracker2ComparisonListener
- All Implemented Interfaces:
ComparisonListener
- Enclosing class:
NewDifferenceEngine
public static class NewDifferenceEngine.MatchTracker2ComparisonListener
extends Object
implements ComparisonListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
comparisonPerformed
(Comparison comparison, ComparisonResult outcome) Receives information about a comparison that has been performed and its outcome.
-
Field Details
-
mt
-
-
Constructor Details
-
MatchTracker2ComparisonListener
-
-
Method Details
-
comparisonPerformed
Description copied from interface:ComparisonListener
Receives information about a comparison that has been performed and its outcome.- Specified by:
comparisonPerformed
in interfaceComparisonListener
-