public enum ObservableList.ChangeType
Enumerates the specialized list change events.
| Enum constant | Description |
|---|---|
ADDED |
A single element was added. |
CLEARED |
The list was cleared. |
MULTI_ADD |
Multiple elements were added. |
MULTI_REMOVE |
Multiple elements were removed. |
NONE |
No specialized change type applies. |
REMOVED |
A single element was removed. |
UPDATED |
A single element was updated. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static ChangeType |
resolve(int ordinal)Resolves an enum constant from its ordinal. |
A single element was added.
The list was cleared.
Multiple elements were added.
Multiple elements were removed.
No specialized change type applies.
A single element was removed.
A single element was updated.
Placeholder new value for aggregated events.
Placeholder old value for aggregated events.
Resolves an enum constant from its ordinal.
ordinal - the serialized ordinal valueCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.