Uses of Class
org.eclipse.emf.transaction.util.TriggerCommand

Packages that use TriggerCommand
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
 

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

Methods in org.eclipse.emf.transaction.impl with parameters of type TriggerCommand
 void TriggerCommandTransaction.addTriggers(TriggerCommand triggers)
          Overrides the inherited implementation to simply propagate triggers to my parent, because it's the transaction that the outside world can see.
 void TransactionImpl.addTriggers(TriggerCommand triggers)
           
 void InternalTransaction.addTriggers(TriggerCommand triggers)
          Adds a group of triggers that were executed during my commit.
 

Constructors in org.eclipse.emf.transaction.impl with parameters of type TriggerCommand
TriggerCommandTransaction(TriggerCommand command, InternalTransactionalEditingDomain domain, Map<?,?> options)
          Initializes me with my command, editing domain, and options.
 


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