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 voidnotifyChanged(org.eclipse.emf.common.notify.Notification notification)protected abstract voidnotifyElementAdded(T element)protected abstract voidnotifyElementRemoved(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:
notifyChangedin interfaceorg.eclipse.emf.common.notify.Adapter- Overrides:
notifyChangedin classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
notifyElementAdded
-
notifyElementRemoved
-