Schnittstelle CDOViewAdaptersNotifiedEvent

Alle Superschnittstellen:
CDOTimeProvider, CDOViewEvent, org.eclipse.net4j.util.event.IEvent

public interface CDOViewAdaptersNotifiedEvent extends CDOViewEvent, CDOTimeProvider
A view event fired when a view has finished notifying EMF adapters about remote changes.
Seit:
3.0
Autor:
Eike Stepper
Siehe auch:
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    long
    This is the time stamp of the commit operation that caused this client side event.

    Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.view.CDOViewEvent

    getSource
  • Methodendetails

    • 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 preceding invalidation event.
      Angegeben von:
      getTimeStamp in Schnittstelle CDOTimeProvider