Uses of Interface
org.eclipse.emf.transaction.TransactionChangeDescription

Packages that use TransactionChangeDescription
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
org.eclipse.emf.transaction.util Utilities used by/with the transactional editing domain API. 
 

Uses of TransactionChangeDescription in org.eclipse.emf.transaction
 

Methods in org.eclipse.emf.transaction that return TransactionChangeDescription
 TransactionChangeDescription Transaction.getChangeDescription()
          Obtains the change description summarizing the changes made to the model during the execution of the transaction.
 

Uses of TransactionChangeDescription in org.eclipse.emf.transaction.impl
 

Methods in org.eclipse.emf.transaction.impl that return TransactionChangeDescription
 TransactionChangeDescription TransactionImpl.getChangeDescription()
           
 

Methods in org.eclipse.emf.transaction.impl with parameters of type TransactionChangeDescription
 void TransactionImpl.resume(TransactionChangeDescription nestedChanges)
           
 void InternalTransaction.resume(TransactionChangeDescription nestedChanges)
          Resumes me after completion of a child transaction.
 

Uses of TransactionChangeDescription in org.eclipse.emf.transaction.util
 

Classes in org.eclipse.emf.transaction.util that implement TransactionChangeDescription
 class CommandChangeDescription
          A change description that simply wraps a Command, asking it to undo or redo when applying.
 class CompositeChangeDescription
          A composition of zero or more change descriptions representing the changes performed by transactions in a possibly nested structure.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.