Go to the source code of this file.
|
const long | WELCOME = 20 |
| First notification to a single listener for purpose of initialization. More...
|
|
const long | INSERTED = 21 |
| One or more rows were inserted into the list. More...
|
|
const long | REMOVED = 22 |
| One or more rows were removed from the list. More...
|
|
const long | CLEARED = 23 |
| The whole list was destroyed and independently rebuild. More...
|
|
const long | MOVED = 24 |
| One or more rows were moved to another position. More...
|
|
const long | PROPERTIES_CHANGED = 25 |
| The properties of one or more rows have changed. More...
|
|
const long | COMPLETED = 27 |
|