Eclipse Platform
Release 3.6

org.eclipse.equinox.p2.engine
Class BeginOperationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.equinox.p2.engine.TransactionEvent
          extended by org.eclipse.equinox.p2.engine.BeginOperationEvent
All Implemented Interfaces:
Serializable

public class BeginOperationEvent
extends TransactionEvent

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.equinox.p2.engine.TransactionEvent
operands, phaseSet, profile
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BeginOperationEvent(IProfile profile, org.eclipse.equinox.internal.p2.engine.PhaseSet phaseSet, org.eclipse.equinox.internal.p2.engine.Operand[] operands, IEngine engine)
           
 
Method Summary
 
Methods inherited from class org.eclipse.equinox.p2.engine.TransactionEvent
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
 

Constructor Detail

BeginOperationEvent

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

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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