org.oddjob.beancmpr.matchables
Interface BeanCmprResultsHandler

All Known Subinterfaces:
BeanProducingResultHandler
All Known Implementing Classes:
BeanCreatingResultHandler, ComparisonGatheringProcessor

public interface BeanCmprResultsHandler

Handles the result of comparing Matchables.

Author:
Rob
See Also:
OrderedMatchablesComparer.

Method Summary
 void compared(MultiValueComparison<Matchable> comparison)
          Two Matchables have been compared by their keys.
 void xMissing(MatchableGroup ys)
          Data is missing from X.
 void yMissing(MatchableGroup xs)
          Data is missing from Y.
 

Method Detail

xMissing

void xMissing(MatchableGroup ys)
Data is missing from X.

Parameters:
ys - The y data.

yMissing

void yMissing(MatchableGroup xs)
Data is missing from Y.

Parameters:
xs - The x data.

compared

void compared(MultiValueComparison<Matchable> comparison)
Two Matchables have been compared by their keys.

Parameters:
comparison - The result of the comparison.


Copyright © 2013. All Rights Reserved.