Package kieker.analysis.util.emf
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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractEReferenceChangedListener(org.eclipse.emf.ecore.EReference listenedFeature)
-
Method Summary
Modifier and Type Method Description void
notifyChanged(org.eclipse.emf.common.notify.Notification notification)
protected abstract void
notifyElementAdded(T element)
protected abstract void
notifyElementRemoved(T element)
-
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 interfaceorg.eclipse.emf.common.notify.Adapter
- Overrides:
notifyChanged
in classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
notifyElementAdded
-
notifyElementRemoved
-