public class ECPNotificationProvider extends AbstractNotificationProvider implements ProviderChangeListener
NotificationProvider acting as a source for
notifications from EMFStore.| Constructor and Description |
|---|
ECPNotificationProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindManager(ECPProjectManager manager)
Binds the project manager.
|
void |
bindProviderRegistry(ECPProviderRegistry registry)
Binds the provider registry.
|
boolean |
canDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted) |
void |
notify(org.eclipse.emf.common.notify.Notification notification)
Called when there is a new change notification.
|
void |
postDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted) |
void |
preDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted) |
addReceiver, notifyAllReceivers, notifyCanDelete, notifyPostDelete, notifyPreDelete, removeReceiverpublic void bindManager(ECPProjectManager manager)
manager - the ecp project managerpublic void bindProviderRegistry(ECPProviderRegistry registry)
registry - the registrypublic void notify(org.eclipse.emf.common.notify.Notification notification)
notify in interface ProviderChangeListenernotification - the new notificationProviderChangeListener.notify(org.eclipse.emf.common.notify.Notification)public void postDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted)
postDelete in interface ProviderChangeListenerobjectToBeDeleted - The deleted EObjectProviderChangeListener.postDelete(org.eclipse.emf.ecore.EObject)public void preDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted)
preDelete in interface ProviderChangeListenerobjectToBeDeleted - The deleted EObjectProviderChangeListener.preDelete(org.eclipse.emf.ecore.EObject)public boolean canDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted)
canDelete in interface ProviderChangeListenerobjectToBeDeleted - The deleted EObjectProviderChangeListener.canDelete(org.eclipse.emf.ecore.EObject)Copyright © 2016. All rights reserved.