Package kieker.analysis.util.emf
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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractEStructuralFeatureChangedListener(java.util.Collection<org.eclipse.emf.ecore.EStructuralFeature> listenedFeatures)
-
Method Summary
Modifier and Type Method Description void
notifyChanged(org.eclipse.emf.common.notify.Notification notification)
protected abstract void
notifyChanged(T object)
-
Constructor Details
-
AbstractEStructuralFeatureChangedListener
public AbstractEStructuralFeatureChangedListener(java.util.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 interfaceorg.eclipse.emf.common.notify.Adapter
- Overrides:
notifyChanged
in classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
notifyChanged
-