public class EObjectChangeNotifier
extends org.eclipse.emf.ecore.util.EContentAdapter
| Constructor and Description |
|---|
EObjectChangeNotifier(NotifiableIdEObjectCollectionImpl notifiableCollection,
org.eclipse.emf.common.notify.Notifier notifier)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableNotifications(boolean notificationDisabled) |
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification) |
public EObjectChangeNotifier(NotifiableIdEObjectCollectionImpl notifiableCollection, org.eclipse.emf.common.notify.Notifier notifier)
Notifier and forwards notifications to the given
NotifiableIdEObjectCollection, that reacts appropriately.notifiableCollection - a NotifiableIdEObjectCollectionnotifier - the Notifier to listen topublic void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
notifyChanged in interface org.eclipse.emf.common.notify.AdapternotifyChanged in class org.eclipse.emf.ecore.util.EContentAdapterEContentAdapter.notifyChanged(org.eclipse.emf.common.notify.Notification)public void disableNotifications(boolean notificationDisabled)
notificationDisabled - the notificationDisabled to setCopyright © 2017. All rights reserved.