Class AbstractEStructuralFeatureChangedListener<T>

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

public abstract class AbstractEStructuralFeatureChangedListener<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
    AbstractEStructuralFeatureChangedListener(Collection<org.eclipse.emf.ecore.EStructuralFeature> listenedFeatures)
     
  • Method Summary

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

    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

    • AbstractEStructuralFeatureChangedListener

      public AbstractEStructuralFeatureChangedListener(Collection<org.eclipse.emf.ecore.EStructuralFeature> listenedFeatures)
  • 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
    • notifyChanged

      protected abstract void notifyChanged(T object)