org.jupe.synchronisation.umlchanges.java
Class ModelHandler
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.jupe.synchronisation.umlchanges.AbstractContainerHandler
org.jupe.synchronisation.umlchanges.java.JavaContainerHandler
org.jupe.synchronisation.umlchanges.java.PackageHandler
org.jupe.synchronisation.umlchanges.java.ModelHandler
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
public class ModelHandler
- extends PackageHandler
Concrete implementation of
AbstractContainerHandler
for the
UML2 model. It handles changes in the model, as well as added and removed
elements (e.g. packages, classes, etc).
- Author:
- Michael Pradel
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
org.eclipse.emf.common.notify.Adapter.Internal |
Method Summary |
void |
notifyChanged(org.eclipse.emf.common.notify.Notification msg)
|
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl |
getTarget, isAdapterForType, setTarget, unsetTarget |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelHandler
public ModelHandler(JupeProject jupeProject)
notifyChanged
public void notifyChanged(org.eclipse.emf.common.notify.Notification msg)
- Specified by:
notifyChanged
in interface org.eclipse.emf.common.notify.Adapter
- Overrides:
notifyChanged
in class PackageHandler