org.eclipse.emf.cdo.util
Class CDOModificationTrackingAdapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.emf.ecore.util.EContentAdapter
          extended by org.eclipse.emf.cdo.util.CDOLazyContentAdapter
              extended by org.eclipse.emf.cdo.util.CDOModificationTrackingAdapter
All Implemented Interfaces:
Adapter, Adapter.Internal

public class CDOModificationTrackingAdapter
extends CDOLazyContentAdapter

Maintains the modified state of a CDO resource with the help of a transaction handler.

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
CDOModificationTrackingAdapter(CDOResource resource)
           
 
Method Summary
 void notifyChanged(Notification notification)
           
 
Methods inherited from class org.eclipse.emf.cdo.util.CDOLazyContentAdapter
addAdapter, setTarget, unsetTarget
 
Methods inherited from class org.eclipse.emf.ecore.util.EContentAdapter
basicSetTarget, basicUnsetTarget, handleContainment, removeAdapter, resolve, selfAdapt, setTarget, setTarget, setTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, isAdapterForType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDOModificationTrackingAdapter

public CDOModificationTrackingAdapter(CDOResource resource)
Method Detail

notifyChanged

public void notifyChanged(Notification notification)
Specified by:
notifyChanged in interface Adapter
Overrides:
notifyChanged in class EContentAdapter


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