|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProfileEvent
An event indicating that a profile has been added, removed, or changed.
IProvisioningEventBus
Field Summary | |
---|---|
static int |
ADDED
Event constant (value 0) indicating that a profile has been added to a profile registry. |
static int |
CHANGED
Event constant (value 0) indicating that a profile has been changed in a profile registry. |
static int |
REMOVED
Event constant (value 1) indicating that a profile has been removed from a profile registry. |
Method Summary | |
---|---|
String |
getProfileId()
Returns the id of the profile that changed. |
int |
getReason()
Returns the reason for the event. |
Field Detail |
---|
static final int ADDED
static final int REMOVED
static final int CHANGED
Method Detail |
---|
int getReason()
ADDED
, REMOVED
, or CHANGED
.
String getProfileId()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.