public interface IModelProviderEvent
Modifier and Type | Field and Description |
---|---|
static int |
ENVIRONMENT_CHANGED
Deprecated.
Since the 4.4 Luna release, target platform changes are not tracked as model events
|
static int |
MODELS_ADDED
Event is sent after the models have been added.
|
static int |
MODELS_CHANGED
Event is sent after the models have been changed.
|
static int |
MODELS_REMOVED
Event is sent before the models will be removed.
|
static int |
TARGET_CHANGED
Deprecated.
Since the 4.4 Luna release, target platform changes are not tracked as model events
|
Modifier and Type | Method and Description |
---|---|
IModel[] |
getAddedModels()
Returns the models that are added
|
IModel[] |
getChangedModels()
Returns the models that has changed
|
Object |
getEventSource()
Returns the object that fired this event.
|
int |
getEventTypes()
Returns the combination of flags indicating type of event.
|
IModel[] |
getRemovedModels()
Returns the models that are removed
|
static final int MODELS_ADDED
static final int MODELS_REMOVED
static final int MODELS_CHANGED
@Deprecated static final int TARGET_CHANGED
@Deprecated static final int ENVIRONMENT_CHANGED
IModel[] getAddedModels()
IModel[] getRemovedModels()
IModel[] getChangedModels()
int getEventTypes()
Object getEventSource()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.