public interface ProviderChangeListener
InternalProvider
.Modifier and Type | Method and Description |
---|---|
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) |
void notify(org.eclipse.emf.common.notify.Notification notification)
notification
- the new notificationvoid postDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted)
objectToBeDeleted
- The deleted EObject
void preDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted)
objectToBeDeleted
- The deleted EObject
boolean canDelete(org.eclipse.emf.ecore.EObject objectToBeDeleted)
objectToBeDeleted
- The deleted EObject
Copyright © 2019. All rights reserved.