public interface MatchingEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCreateNewGolden(RecordContext context)
Called upon automatic creation of a new Golden record.
|
void |
onCreateNewPivot(RecordContext context)
Called upon automatic creation of a new Pivot record.
|
void |
onStateChange(MatchingState before,
RecordContext record)
Called upon every change of a record's state.
|
void |
onUnmerge(RecordContext context)
Called upon an Unmerge operation.
|
void onStateChange(MatchingState before, RecordContext record)
void onCreateNewGolden(RecordContext context)
void onCreateNewPivot(RecordContext context)
void onUnmerge(RecordContext context)