Package org.eclipse.equinox.p2.engine
Interface IProfileEvent
public interface IProfileEvent
An event indicating that a profile has been added, removed, or changed.
- Since:
- 2.0
- See Also:
-
IProvisioningEventBus
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Event constant (value 0) indicating that a profile has been added to a profile registry.static final int
Event constant (value 0) indicating that a profile has been changed in a profile registry.static final int
Event constant (value 1) indicating that a profile has been removed from a profile registry. -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the profile that changed.int
Returns the reason for the event.
-
Field Details
-
ADDED
static final int ADDEDEvent constant (value 0) indicating that a profile has been added to a profile registry.- See Also:
-
REMOVED
static final int REMOVEDEvent constant (value 1) indicating that a profile has been removed from a profile registry.- See Also:
-
CHANGED
static final int CHANGEDEvent constant (value 0) indicating that a profile has been changed in a profile registry.- See Also:
-
-
Method Details