Class NonRecursiveEContentAdapter

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
    Direct Known Subclasses:
    OnChangeEvictingCache.CacheAdapter

    public class NonRecursiveEContentAdapter
    extends org.eclipse.emf.ecore.util.EContentAdapter
    EContentAdapter with recursion disabled. Will work with EMF 2.14+ only.
    Since:
    2.14
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter

        org.eclipse.emf.common.notify.Adapter.Internal
    • Field Summary

      • Fields inherited from class org.eclipse.emf.ecore.util.EContentAdapter

        iterating
      • Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        target
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean useRecursion()  
      • Methods inherited from class org.eclipse.emf.ecore.util.EContentAdapter

        addAdapter, basicSetTarget, basicUnsetTarget, handleContainment, notifyChanged, removeAdapter, removeAdapter, resolve, selfAdapt, setTarget, setTarget, setTarget, setTarget, unsetTarget, 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

      • NonRecursiveEContentAdapter

        public NonRecursiveEContentAdapter()
    • Method Detail

      • useRecursion

        protected boolean useRecursion()
        Overrides:
        useRecursion in class org.eclipse.emf.ecore.util.EContentAdapter