Package org.eclipse.emf.cdo
Schnittstelle CDODeltaNotification
- Alle Superschnittstellen:
CDONotification
,Notification
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_MANY
indicates thatclear()
was called.Add_MANY
is not used.
- Seit:
- 2.0
- Autor:
- 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.
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.emf.cdo.CDONotification
DETACH_OBJECT, EVENT_TYPE_CDO_START, INVALIDATE
Von Schnittstelle geerbte Felder org.eclipse.emf.common.notify.Notification
ADD, ADD_MANY, CREATE, EVENT_TYPE_COUNT, MOVE, NO_FEATURE_ID, NO_INDEX, REMOVE, REMOVE_MANY, REMOVING_ADAPTER, RESOLVE, SET, UNSET
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns theCDORevisionDelta
associated with this notification.boolean
hasNext()
Informs the adapter if another notification is going to be sent (notifications often have a list of notifications, seeNotificationChain
).Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notification
getEventType, 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
-
Methodendetails
-
hasNext
boolean hasNext()Informs the adapter if another notification is going to be sent (notifications often have a list of notifications, seeNotificationChain
). -
getRevisionDelta
CDORevisionDelta getRevisionDelta()Returns theCDORevisionDelta
associated with this notification.
-