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
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
ConstructorsConstructorDescriptionAbstractEStructuralFeatureChangedListener(Collection<org.eclipse.emf.ecore.EStructuralFeature> listenedFeatures) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidnotifyChanged(org.eclipse.emf.common.notify.Notification notification) protected abstract voidnotifyChanged(T object) Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, isAdapterForType, setTarget, unsetTarget
-
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:
notifyChangedin interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
notifyChangedin classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
notifyChanged
-