Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.engine
Class TransactionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.equinox.p2.engine.TransactionEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeginOperationEvent, CommitOperationEvent, RollbackOperationEvent

public abstract class TransactionEvent
extends EventObject

Since:
2.0
See Also:
Serialized Form

Field Summary
protected  org.eclipse.equinox.internal.p2.engine.Operand[] operands
           
protected  org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet
           
protected  IProfile profile
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TransactionEvent(IProfile profile, org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet, org.eclipse.equinox.internal.p2.engine.Operand[] operands, IEngine engine)
           
 
Method Summary
 IProfile getProfile()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

profile

protected IProfile profile

phaseSet

protected org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet

operands

protected org.eclipse.equinox.internal.p2.engine.Operand[] operands
Constructor Detail

TransactionEvent

public TransactionEvent(IProfile profile,
                        org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet,
                        org.eclipse.equinox.internal.p2.engine.Operand[] operands,
                        IEngine engine)
Method Detail

getProfile

public IProfile getProfile()

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.