Package com._1c.g5.modeling.xtext.model
Class ModelChangeTracker
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.emf.ecore.util.EContentAdapter
-
- com._1c.g5.modeling.xtext.model.ModelChangeTracker
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter,org.eclipse.emf.common.notify.Adapter.Internal
public class ModelChangeTracker extends org.eclipse.emf.ecore.util.EContentAdapterModel change tracker adapter.This adapter should be attached to any model object (EObject), whos changes can affect derived state computation.
This implementation tracks model changes and redirects them to
IModelChangeEventBrokerprovided byRegistry.- Restriction:
- this implementation is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description ModelChangeTracker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyChanged(org.eclipse.emf.common.notify.Notification notification)-
Methods inherited from class org.eclipse.emf.ecore.util.EContentAdapter
addAdapter, basicSetTarget, basicUnsetTarget, handleContainment, removeAdapter, removeAdapter, resolve, selfAdapt, setTarget, setTarget, setTarget, setTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget, useRecursion
-
-