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 java.lang.Object implements ComparisonListener
-
-
Field Summary
Fields Modifier and Type Field Description private MatchTracker
mt
-
Constructor Summary
Constructors Constructor Description MatchTracker2ComparisonListener(MatchTracker m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
comparisonPerformed(Comparison comparison, ComparisonResult outcome)
Receives information about a comparison that has been performed and its outcome.
-
-
-
Field Detail
-
mt
private final MatchTracker mt
-
-
Constructor Detail
-
MatchTracker2ComparisonListener
public MatchTracker2ComparisonListener(MatchTracker m)
-
-
Method Detail
-
comparisonPerformed
public void comparisonPerformed(Comparison comparison, ComparisonResult outcome)
Description copied from interface:ComparisonListener
Receives information about a comparison that has been performed and its outcome.- Specified by:
comparisonPerformed
in interfaceComparisonListener
-
-