|
Eclipse PDE Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This event will be delivered to all model provider listeners when a model managed by the model provider changes in some way.
Field Summary | |
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. |
Method Summary | |
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 |
Field Detail |
public static final int MODELS_ADDED
public static final int MODELS_REMOVED
public static final int MODELS_CHANGED
Method Detail |
public IModel[] getAddedModels()
public IModel[] getRemovedModels()
public IModel[] getChangedModels()
public int getEventTypes()
public Object getEventSource()
|
Eclipse PDE Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |