Package org.eclipse.emf.cdo.view
Interface CDOViewAdaptersNotifiedEvent
- All Superinterfaces:
CDOTimeProvider
,CDOViewEvent
,org.eclipse.net4j.util.event.IEvent
- Since:
- 3.0
- Author:
- Eike Stepper
- See Also:
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionlong
This is the time stamp of the commit operation that caused this client side event.Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEvent
getSource
-
Method Details
-
getTimeStamp
long getTimeStamp()This is the time stamp of the commit operation that caused this client side event. It can be used to correlate this event to the precedinginvalidation event
.- Specified by:
getTimeStamp
in interfaceCDOTimeProvider
-