Package org.eclipse.emf.cdo
Interface CDONotification
- 
- All Superinterfaces:
- org.eclipse.emf.common.notify.Notification
 - All Known Subinterfaces:
- CDODeltaNotification,- CDOInvalidationNotification
 
 public interface CDONotification extends org.eclipse.emf.common.notify.NotificationA base interface for all CDO specific notifications.- 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 SummaryFields Modifier and Type Field Description static intDETACH_OBJECTstatic intEVENT_TYPE_CDO_STARTstatic intINVALIDATE
 - 
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
 
- 
 
- 
- 
- 
Field Detail- 
EVENT_TYPE_CDO_STARTstatic final int EVENT_TYPE_CDO_START - See Also:
- Constant Field Values
 
 - 
DETACH_OBJECTstatic final int DETACH_OBJECT - See Also:
- Constant Field Values
 
 - 
INVALIDATEstatic final int INVALIDATE - See Also:
- Constant Field Values
 
 
- 
 
-