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