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:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intEvent constant (value 0) indicating that a profile has been added to a profile registry.static final intEvent constant (value 0) indicating that a profile has been changed in a profile registry.static final intEvent constant (value 1) indicating that a profile has been removed from a profile registry.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the id of the profile that changed.intReturns the reason for the event.
- 
Field Details- 
ADDEDstatic final int ADDEDEvent constant (value 0) indicating that a profile has been added to a profile registry.- See Also:
 
- 
REMOVEDstatic final int REMOVEDEvent constant (value 1) indicating that a profile has been removed from a profile registry.- See Also:
 
- 
CHANGEDstatic final int CHANGEDEvent constant (value 0) indicating that a profile has been changed in a profile registry.- See Also:
 
 
- 
- 
Method Details