Package org.xmlunit.diff
Interface ComparisonListener
- All Known Implementing Classes:
NewDifferenceEngine.MatchTracker2ComparisonListener
public interface ComparisonListener
Is notified of comparisions and their results.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
comparisonPerformed
(Comparison comparison, ComparisonResult outcome) Receives information about a comparison that has been performed and its outcome.
-
Method Details
-
comparisonPerformed
Receives information about a comparison that has been performed and its outcome.- Parameters:
comparison
- the comparisonoutcome
- the result of the comparison
-