Package org.eclipse.emf.cdo
Interface CDODeltaNotification
- 
- All Superinterfaces:
- CDONotification,- org.eclipse.emf.common.notify.Notification
 
 public interface CDODeltaNotification extends CDONotification This class behaves like the usual EMF Notification except for the following:- It doesn't provide the old value, only the new index or new value.
- REMOVE_MANYindicates that- clear()was called.
- Add_MANYis not used.
 - Since:
- 2.0
- Author:
- Simon McDuff
- 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDORevisionDeltagetRevisionDelta()Returns theCDORevisionDeltaassociated with this notification.booleanhasNext()Informs the adapter if another notification is going to be sent (notifications often have a list of notifications, seeNotificationChain).- 
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
 
- 
 
- 
- 
- 
Method Detail- 
hasNextboolean hasNext() Informs the adapter if another notification is going to be sent (notifications often have a list of notifications, seeNotificationChain).
 - 
getRevisionDeltaCDORevisionDelta getRevisionDelta() Returns theCDORevisionDeltaassociated with this notification.
 
- 
 
-