Package org.eclipse.emf.cdo.transaction
Interface CDOTransactionFinishedEvent
- 
- All Superinterfaces:
- CDOViewEvent,- org.eclipse.net4j.util.event.IEvent
 
 public interface CDOTransactionFinishedEvent extends CDOViewEvent - Since:
- 2.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCDOTransactionFinishedEvent.CauseEnumerates the possiblecausesfor atransactionto become finished.static classCDOTransactionFinishedEvent.TypeDeprecated.As of 4.3 useCDOTransactionFinishedEvent.Cause.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CDOTransactionFinishedEvent.CausegetCause()java.util.Map<CDOID,CDOID>getIDMappings()CDOTransactionFinishedEvent.TypegetType()Deprecated.As of 4.3 usegetCause().- 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewEventgetSource
 
- 
 
- 
- 
- 
Method Detail- 
getType@Deprecated CDOTransactionFinishedEvent.Type getType() Deprecated.As of 4.3 usegetCause().
 - 
getCauseCDOTransactionFinishedEvent.Cause getCause() - Since:
- 4.3
 
 
- 
 
-