org.eclipse.equinox.p2.engine
Class ProfileEvent
java.lang.Object
java.util.EventObject
org.eclipse.equinox.p2.engine.ProfileEvent
- All Implemented Interfaces:
- Serializable
public class ProfileEvent
- extends EventObject
- Since:
- 2.0
- See Also:
- Serialized Form
- Restriction:
- This class is not intended to be subclassed by clients.
ADDED
public static final byte ADDED
- See Also:
- Constant Field Values
REMOVED
public static final byte REMOVED
- See Also:
- Constant Field Values
CHANGED
public static final byte CHANGED
- See Also:
- Constant Field Values
ProfileEvent
public ProfileEvent(String profileId,
byte reason)
getReason
public byte getReason()
getProfileId
public String getProfileId()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.