Package org.eclipse.emf.cdo.util
Class CDOModificationTrackingAdapter
- java.lang.Object
- 
- org.eclipse.emf.common.notify.impl.AdapterImpl
- 
- org.eclipse.emf.ecore.util.EContentAdapter
- 
- org.eclipse.emf.cdo.util.CDOLazyContentAdapter
- 
- org.eclipse.emf.cdo.util.CDOModificationTrackingAdapter
 
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter,- org.eclipse.emf.common.notify.Adapter.Internal
 
 public class CDOModificationTrackingAdapter extends CDOLazyContentAdapter - Since:
- 4.0
- Author:
- Victor Roldan Betancort
 
- 
- 
Constructor SummaryConstructors Constructor Description CDOModificationTrackingAdapter(CDOResource resource)
 - 
Method SummaryAll 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.cdo.util.CDOLazyContentAdapteraddAdapter, setTarget, unsetTarget
 - 
Methods inherited from class org.eclipse.emf.ecore.util.EContentAdapterbasicSetTarget, basicUnsetTarget, handleContainment, removeAdapter, removeAdapter, resolve, selfAdapt, setTarget, setTarget, setTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget, useRecursion
 
- 
 
- 
- 
- 
Constructor Detail- 
CDOModificationTrackingAdapterpublic CDOModificationTrackingAdapter(CDOResource resource) 
 
- 
 
-