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
    • Method Detail

      • preTraverseFeature

        void preTraverseFeature​(CDOObject revision,
                                org.eclipse.emf.ecore.EStructuralFeature feature,
                                int index)
      • postTraverseFeature

        void postTraverseFeature​(CDOObject revision,
                                 org.eclipse.emf.ecore.EStructuralFeature feature,
                                 int index,
                                 java.lang.Object value)