public abstract class ECPModelElementChangeListener
extends org.eclipse.emf.common.notify.impl.AdapterImpl
Constructor and Description |
---|
ECPModelElementChangeListener(org.eclipse.emf.ecore.EObject modelelement)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification) |
abstract void |
onChange(org.eclipse.emf.common.notify.Notification notification)
Handle changes to the model element.
|
void |
remove()
Removes the
ECPModelElementChangeListener . |
public ECPModelElementChangeListener(org.eclipse.emf.ecore.EObject modelelement)
modelelement
- the modelelement to listen onpublic abstract void onChange(org.eclipse.emf.common.notify.Notification notification)
notification
- the EMF notification, providing details on the changepublic void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
notifyChanged
in interface org.eclipse.emf.common.notify.Adapter
notifyChanged
in class org.eclipse.emf.common.notify.impl.AdapterImpl
AdapterImpl.notifyChanged(org.eclipse.emf.common.notify.Notification)
public void remove()
ECPModelElementChangeListener
.Copyright © 2017. All rights reserved.