Interface IEMFComparatorChange
-
- All Superinterfaces:
ICompareEvent
- All Known Implementing Classes:
EMFComparatorChange
public interface IEMFComparatorChange extends ICompareEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EMFCompare
getNewValue()
EMFCompare
getOldValue()
-
-
-
Method Detail
-
getOldValue
EMFCompare getOldValue()
-
getNewValue
EMFCompare getNewValue()
-
-