com.ibm.carma.model.util
Class MemberInfoListener
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.ecore.util.EContentAdapter
com.ibm.carma.model.util.MemberInfoListener
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
public class MemberInfoListener
- extends org.eclipse.emf.ecore.util.EContentAdapter
Listener which is notified of changes to Member Info on
CARMAResource model elements.
- Since:
- 7.1
| Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter |
org.eclipse.emf.common.notify.Adapter.Internal |
|
Field Summary |
static java.lang.String |
COPYRIGHT
|
|
Method Summary |
void |
memberInfoUpdated(CARMAResource resource,
java.lang.String key,
java.lang.Object newValue,
java.lang.Object oldValue,
boolean isSet)
Notification callback signaling that a piece of member info was updated |
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification)
|
void |
setTarget(org.eclipse.emf.common.notify.Notifier target)
|
| Methods inherited from class org.eclipse.emf.ecore.util.EContentAdapter |
unsetTarget |
| Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl |
getTarget, isAdapterForType |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
MemberInfoListener
public MemberInfoListener()
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 org.eclipse.emf.ecore.util.EContentAdapter
setTarget
public void setTarget(org.eclipse.emf.common.notify.Notifier target)
- Specified by:
setTarget in interface org.eclipse.emf.common.notify.Adapter- Overrides:
setTarget in class org.eclipse.emf.ecore.util.EContentAdapter
memberInfoUpdated
public void memberInfoUpdated(CARMAResource resource,
java.lang.String key,
java.lang.Object newValue,
java.lang.Object oldValue,
boolean isSet)
- Notification callback signaling that a piece of member info was updated
- Parameters:
resource - the CARMA resource whose member info was updatedkey - the member info key that was updatednewValue - the old value of the member info keyoldValue - the new value of the member info keyisSet - true if the member info exists, false if the member info was removed