Package org.eclipse.emf.cdo.view
Interface CDOViewAdaptersNotifiedEvent
- 
- All Superinterfaces:
- CDOTimeProvider,- CDOViewEvent,- org.eclipse.net4j.util.event.IEvent
 
 public interface CDOViewAdaptersNotifiedEvent extends CDOViewEvent, CDOTimeProvider - Since:
- 3.0
- Author:
- Eike Stepper
- See Also:
- CDOView.Options.addChangeSubscriptionPolicy(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.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTimeStamp()This is the time stamp of the commit operation that caused this client side event.- 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEventgetSource
 
- 
 
- 
- 
- 
Method Detail- 
getTimeStamplong 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:
- getTimeStampin interface- CDOTimeProvider
 
 
- 
 
-