Class AbstractEReferenceChangedListener<T>

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
kieker.analysis.util.emf.AbstractEReferenceChangedListener<T>
Type Parameters:
T -
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal

public abstract class AbstractEReferenceChangedListener<T> extends org.eclipse.emf.common.notify.impl.AdapterImpl
Since:
1.14
Author:
Sören Henning
  • 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.common.notify.impl.AdapterImpl

    target
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractEReferenceChangedListener(org.eclipse.emf.ecore.EReference listenedFeature)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    notifyChanged(org.eclipse.emf.common.notify.Notification notification)
     
    protected abstract void
     
    protected abstract void
     

    Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

    getTarget, isAdapterForType, setTarget, unsetTarget

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractEReferenceChangedListener

      public AbstractEReferenceChangedListener(org.eclipse.emf.ecore.EReference listenedFeature)
  • Method Details

    • notifyChanged

      public final void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
      Specified by:
      notifyChanged in interface org.eclipse.emf.common.notify.Adapter
      Overrides:
      notifyChanged in class org.eclipse.emf.common.notify.impl.AdapterImpl
    • notifyElementAdded

      protected abstract void notifyElementAdded(T element)
    • notifyElementRemoved

      protected abstract void notifyElementRemoved(T element)