Indicates a change in an ObservableArray
.
Indicates a change in an ObservableArray
. It is a simpler version of JavaFX's ArrayChangeListener[T]
.
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
.
Companion Object for
scalafx.collections.ObservableArray
.