E - the element type, as per Collectionpublic static interface ObservableList.Change<E>
ObservableList. All elements added or removed
during a change operation may be inspected, along with their indices before
or after removal or addition respectively.
The original order of sub-events before aggregation is lost. The effective ordering of the aggregated change operation is removal, then addition.
Events
| Modifier and Type | Method and Description |
|---|---|
int[] |
addedIndices() |
java.util.List<E> |
addedItems() |
int[] |
removedIndices() |
java.util.List<E> |
removedItems() |