org.eclipse.gmt.umlx.gcore.util
Class GLinkElementListener<M extends GLinkElement,CM extends E2Link>
java.lang.Object
org.eclipse.gmt.umlx.ecore.AbstractAdapter
org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
org.eclipse.gmt.umlx.gcore.util.GLinkElementListener<M,CM>
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter, IModelChangeListener
public abstract class GLinkElementListener<M extends GLinkElement,CM extends E2Link>
- extends ModelChangeAdapter
- implements IModelChangeListener
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
org.eclipse.emf.common.notify.Adapter.Internal |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.notify.Adapter |
isAdapterForType |
GLinkElementListener
public GLinkElementListener(M model)
dispose
public void dispose()
- Overrides:
dispose
in class ModelChangeAdapter
modelChanged
public void modelChanged(org.eclipse.emf.common.notify.Notification msg)
- Specified by:
modelChanged
in interface IModelChangeListener
notifyChanged
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
- Specified by:
notifyChanged
in interface org.eclipse.emf.common.notify.Adapter
- Overrides:
notifyChanged
in class AbstractAdapter
setModel
public void setModel(M newModel)
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractAdapter