Package org.eclipse.emf.cdo.view
Interface CDOFeatureAnalyzer
- 
 public interface CDOFeatureAnalyzerA call-back interface that is called by aviewon each model read access.- Since:
- 2.0
- Author:
- Simon McDuff
 
- 
- 
Field SummaryFields Modifier and Type Field Description static CDOFeatureAnalyzerNOOP
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostTraverseFeature(CDOObject revision, org.eclipse.emf.ecore.EStructuralFeature feature, int index, java.lang.Object value)voidpreTraverseFeature(CDOObject revision, org.eclipse.emf.ecore.EStructuralFeature feature, int index)
 
- 
- 
- 
Field Detail- 
NOOPstatic final CDOFeatureAnalyzer NOOP 
 
- 
 
-