Uses of Interface
org.eclipse.emf.cdo.view.CDOViewEvent

Packages that use CDOViewEvent
org.eclipse.emf.cdo.transaction Client concepts for dealing with transactions, distributed transactions and their save points. 
org.eclipse.emf.cdo.view Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. 
 

Uses of CDOViewEvent in org.eclipse.emf.cdo.transaction
 

Subinterfaces of CDOViewEvent in org.eclipse.emf.cdo.transaction
 interface CDOTransactionConflictEvent
          A view event fired from a transaction for each object that enters the conflict state.
 interface CDOTransactionFinishedEvent
          A view event fired from a transaction when it becomes clean after a sucessful commit or rollback.
 interface CDOTransactionStartedEvent
          A view event fired from a transaction when it first becomes dirty.
 

Uses of CDOViewEvent in org.eclipse.emf.cdo.view
 

Subinterfaces of CDOViewEvent in org.eclipse.emf.cdo.view
 interface CDOViewAdaptersNotifiedEvent
          A view event fired when a view has finished notifying EMF adapters about remote changes.
 interface CDOViewDurabilityChangedEvent
          A view event fired when a view has been made durable or volatile.
 interface CDOViewInvalidationEvent
          A view event fired when passive updates (commit notifications) are being received from a remote repository.
 interface CDOViewLocksChangedEvent
          A view event fired when lock changes are being received from a remote repository.
 interface CDOViewTargetChangedEvent
          A view event fired when the branch point of a view has changed.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.