Create new instance describing the change detected.
Create new instance describing the change detected.
true
if the size of the ObservableArray
was changed; false
otherwise.
Index of first element in the array affected by the change.
Index of first element in the array unaffected by the change. This value is exclusive of the change
and indicates the first unchanged element after the modification, or the end of the array. Note that end
may be
less than start
.
Index of first element in the array unaffected by the change.
Index of first element in the array unaffected by the change. This value is exclusive of the change
and indicates the first unchanged element after the modification, or the end of the array. Note that end
may be
less than start
.
true
if the size of the ObservableArray
was changed; false
otherwise.
Index of first element in the array affected by the change.
Indicates a change in an
ObservableArray
. It is a simpler version of JavaFX'sArrayChangeListener[T]
.true
if the size of theObservableArray
was changed;false
otherwise.Index of first element in the array affected by the change.
Index of first element in the array unaffected by the change. This value is exclusive of the change and indicates the first unchanged element after the modification, or the end of the array. Note that
end
may be less thanstart
.