public interface IncQueryModelUpdateListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
IncQueryModelUpdateListener.ChangeLevel
Possible notification levels for changes
|
| Modifier and Type | Method and Description |
|---|---|
IncQueryModelUpdateListener.ChangeLevel |
getLevel()
This may be queried only ONCE (!!!) at the registration of the listener.
|
void |
notifyChanged(IncQueryModelUpdateListener.ChangeLevel changeLevel)
Called after each change with also sending the level of change.
|
void notifyChanged(IncQueryModelUpdateListener.ChangeLevel changeLevel)
changeLevel - IncQueryModelUpdateListener.ChangeLevel getLevel()