Package org.eclipse.graphiti.ui.editor
Class ElementDeleteListener
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.graphiti.ui.editor.ElementDeleteListener
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter
,org.eclipse.emf.common.notify.Adapter.Internal
public final class ElementDeleteListener extends org.eclipse.emf.common.notify.impl.AdapterImpl
Closes editor if model element was deleted. For instance, if only the diagram object is deleted from the resource, this listeners handles closing the editor. Probably this is a very rare case.- Since:
- 0.9
-
-
Constructor Summary
Constructors Constructor Description ElementDeleteListener(DiagramBehavior diagramBehavior)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAdapterForType(java.lang.Object type)
void
notifyChanged(org.eclipse.emf.common.notify.Notification msg)
-
-
-
Constructor Detail
-
ElementDeleteListener
public ElementDeleteListener(DiagramBehavior diagramBehavior)
- Since:
- 0.10
-
-
Method Detail
-
isAdapterForType
public boolean isAdapterForType(java.lang.Object type)
- Specified by:
isAdapterForType
in interfaceorg.eclipse.emf.common.notify.Adapter
- Overrides:
isAdapterForType
in classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
notifyChanged
public void notifyChanged(org.eclipse.emf.common.notify.Notification msg)
- Specified by:
notifyChanged
in interfaceorg.eclipse.emf.common.notify.Adapter
- Overrides:
notifyChanged
in classorg.eclipse.emf.common.notify.impl.AdapterImpl
-
-