public interface IProfileEvent
IProvisioningEventBus| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProfileId()
Returns the id of the profile that changed.
|
int |
getReason()
Returns the reason for the event.
|
static final int ADDED
static final int REMOVED
static final int CHANGED
int getReason()
ADDED, REMOVED, or CHANGED.String getProfileId()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.