public interface ArrayChangeListener<T extends ObservableArray<T>>
Modifier and Type | Method and Description |
---|---|
void |
onChanged(T observableArray,
boolean sizeChanged,
int from,
int to)
Called after a change has been made to an ObservableArray.
|
void onChanged(T observableArray, boolean sizeChanged, int from, int to)
sizeChanged
- indicates size of array changedfrom
- A beginning (inclusive) of an interval related to the changeto
- An end (exclusive) of an interval related to the change.Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.