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

Field Summary
static CDOFeatureAnalyzer NOOP
           
 
Method Summary
 void postTraverseFeature(CDOObject revision, EStructuralFeature feature, int index, Object value)
           
 void preTraverseFeature(CDOObject revision, EStructuralFeature feature, int index)
           
 

Field Detail

NOOP

static final CDOFeatureAnalyzer NOOP
Method Detail

preTraverseFeature

void preTraverseFeature(CDOObject revision,
                        EStructuralFeature feature,
                        int index)

postTraverseFeature

void postTraverseFeature(CDOObject revision,
                         EStructuralFeature feature,
                         int index,
                         Object value)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.