Package org.eclipse.emf.cdo.view
Interface CDOFeatureAnalyzer
public interface CDOFeatureAnalyzer
A call-back interface that is called by a
view
on each model read access.- Since:
- 2.0
- Author:
- Simon McDuff
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postTraverseFeature
(CDOObject revision, EStructuralFeature feature, int index, Object value) void
preTraverseFeature
(CDOObject revision, EStructuralFeature feature, int index)
-
Field Details
-
NOOP
-
-
Method Details
-
preTraverseFeature
-
postTraverseFeature
-