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