org.eclipse.equinox.p2.engine
Class InstallableUnitEvent
java.lang.Object
java.util.EventObject
org.eclipse.equinox.p2.engine.InstallableUnitEvent
- All Implemented Interfaces:
- Serializable
public class InstallableUnitEvent
- extends EventObject
- Since:
- 2.0
- See Also:
- Serialized Form
Constructor Summary |
InstallableUnitEvent(String phaseId,
boolean prePhase,
IProfile profile,
IInstallableUnit iu,
int type,
Touchpoint touchpoint)
|
InstallableUnitEvent(String phaseId,
boolean prePhase,
IProfile profile,
IInstallableUnit iu,
int type,
Touchpoint touchpoint,
IStatus result)
|
UNINSTALL
public static final int UNINSTALL
- See Also:
- Constant Field Values
INSTALL
public static final int INSTALL
- See Also:
- Constant Field Values
InstallableUnitEvent
public InstallableUnitEvent(String phaseId,
boolean prePhase,
IProfile profile,
IInstallableUnit iu,
int type,
Touchpoint touchpoint)
InstallableUnitEvent
public InstallableUnitEvent(String phaseId,
boolean prePhase,
IProfile profile,
IInstallableUnit iu,
int type,
Touchpoint touchpoint,
IStatus result)
getTouchpoint
public Touchpoint getTouchpoint()
getProfile
public IProfile getProfile()
getInstallableUnit
public IInstallableUnit getInstallableUnit()
getPhase
public String getPhase()
isPre
public boolean isPre()
isPost
public boolean isPost()
getResult
public IStatus getResult()
isInstall
public boolean isInstall()
isUninstall
public boolean isUninstall()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.