Package org.eclipse.emf.cdo
Interface CDOInvalidationNotification
- 
- All Superinterfaces:
- CDONotification,- org.eclipse.emf.common.notify.Notification
 
 public interface CDOInvalidationNotification extends CDONotification A custom EMFnotificationthat is emitted toadaptersof the objects in aviewifinvalidation notificationis enabled for the view. Since the notifications are constructed out of the information in aCDOSessionInvalidationEvent(i.e.CDOIDs) they don't carry detailed change deltas. All the methods related to change deltas throwUnsupportedOperationExceptions.- Author:
- Simon McDuff
- See Also:
- CDOSessionInvalidationEvent,- CDOAdapterPolicy
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.CDONotificationDETACH_OBJECT, EVENT_TYPE_CDO_START, INVALIDATE
 
- 
 - 
Method Summary- 
Methods inherited from interface org.eclipse.emf.common.notify.NotificationgetEventType, getFeature, getFeatureID, getNewBooleanValue, getNewByteValue, getNewCharValue, getNewDoubleValue, getNewFloatValue, getNewIntValue, getNewLongValue, getNewShortValue, getNewStringValue, getNewValue, getNotifier, getOldBooleanValue, getOldByteValue, getOldCharValue, getOldDoubleValue, getOldFloatValue, getOldIntValue, getOldLongValue, getOldShortValue, getOldStringValue, getOldValue, getPosition, isReset, isTouch, merge, wasSet
 
- 
 
-