public class ECPModelContextAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl
ECPModelContextAdapter
can be used to be able to get the ECPContainer
from a Notifier.Constructor and Description |
---|
ECPModelContextAdapter(ECPContainer context)
Constructor of this Adapter which expects an
ECPContainer . |
Modifier and Type | Method and Description |
---|---|
ECPContainer |
getContext()
The
ECPContainer of this Adapter. |
boolean |
isAdapterForType(Object type) |
public ECPModelContextAdapter(ECPContainer context)
ECPContainer
.context
- the ECPContainer
of this adapterpublic final ECPContainer getContext()
ECPContainer
of this Adapter.ECPContainer
public boolean isAdapterForType(Object type)
isAdapterForType
in interface org.eclipse.emf.common.notify.Adapter
isAdapterForType
in class org.eclipse.emf.common.notify.impl.AdapterImpl
Copyright © 2016. All rights reserved.