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 via
apply()
method or by using some external mechanism
that may interpret the description of a change.- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NO_CHANGE
The no operation change. Use it to indicate that there is no change to be applied.
-
-
Method Details
-
apply
void apply()Applies the change.
-