Package com._1c.g5.aef2.changes
Interface IChange
-
- All Known Subinterfaces:
ICompoundChange
,IEmfChange
- All Known Implementing Classes:
BmChange
,CompoundChange
,EmfChange
,ModelApiChange
public interface IChange
Defines contract of changes. Change is a description of a modification that may be applied to some object/model. Actual modification may be applied by the change itself viaapply()
method or by using some external mechanism that may interpret the description of a change.- See Also:
IModel.getChange()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply()
Applies the change.
-
-
-
Field Detail
-
NO_CHANGE
static final IChange NO_CHANGE
The no operation change. Use it to indicate that there is no change to be applied.
-
-