Interface IDiffRelationshipComputerChange
-
- All Superinterfaces:
ICompareEvent
- All Known Implementing Classes:
DiffRelationshipComputerChange
public interface IDiffRelationshipComputerChange extends ICompareEvent
Event indicating a change inIDiffRelationshipComputer
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDiffRelationshipComputer
getNewValue()
New value of theIDiffRelationshipComputer
.IDiffRelationshipComputer
getOldValue()
Previous value of theIDiffRelationshipComputer
.
-
-
-
Method Detail
-
getOldValue
IDiffRelationshipComputer getOldValue()
Previous value of theIDiffRelationshipComputer
.- Returns:
- previous value of the
IDiffRelationshipComputer
.
-
getNewValue
IDiffRelationshipComputer getNewValue()
New value of theIDiffRelationshipComputer
.- Returns:
- new value of the
IDiffRelationshipComputer
.
-
-