| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.api |
| Modifier and Type | Method and Description |
|---|---|
IncQueryModelUpdateListener.ChangeLevel |
IncQueryModelUpdateListener.ChangeLevel.changeOccured(IncQueryModelUpdateListener.ChangeLevel occuredLevel) |
IncQueryModelUpdateListener.ChangeLevel |
IncQueryModelUpdateListener.getLevel()
This may be queried only ONCE (!!!) at the registration of the listener.
|
static IncQueryModelUpdateListener.ChangeLevel |
IncQueryModelUpdateListener.ChangeLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncQueryModelUpdateListener.ChangeLevel[] |
IncQueryModelUpdateListener.ChangeLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IncQueryModelUpdateListener.ChangeLevel |
IncQueryModelUpdateListener.ChangeLevel.changeOccured(IncQueryModelUpdateListener.ChangeLevel occuredLevel) |
void |
IncQueryModelUpdateListener.notifyChanged(IncQueryModelUpdateListener.ChangeLevel changeLevel)
Called after each change with also sending the level of change.
|