org.eclipse.equinox.p2.engine
Class TransactionEvent
java.lang.Object
java.util.EventObject
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
|
Constructor Summary |
TransactionEvent(IProfile profile,
org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet,
org.eclipse.equinox.internal.p2.engine.Operand[] operands,
IEngine engine)
|
profile
protected IProfile profile
phaseSet
protected org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet
operands
protected org.eclipse.equinox.internal.p2.engine.Operand[] operands
TransactionEvent
public TransactionEvent(IProfile profile,
org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet,
org.eclipse.equinox.internal.p2.engine.Operand[] operands,
IEngine engine)
getProfile
public IProfile getProfile()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.