Interface Consistency.Result
-
- Enclosing class:
- Consistency
public static interface Consistency.ResultCallback interface for result of a consistency check.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinconsistent(Revision revision)Called when the consistency check identified an inconsistency.
-
-
-
Method Detail
-
inconsistent
void inconsistent(Revision revision)
Called when the consistency check identified an inconsistency. The reportedRevisionidentifies the associated change with the inconsistency.- Parameters:
revision- the revision of the change.
-
-