Module javafx.base

Interface ObservableFloatArray

All Superinterfaces:
Observable, ObservableArray<ObservableFloatArray>

public interface ObservableFloatArray extends ObservableArray<ObservableFloatArray>
ObservableFloatArray is a float[] array that allows listeners to track changes when they occur. In order to track changes, the internal array is encapsulated and there is no direct access available from the outside. Bulk operations are supported but they always do a copy of the data range.
Since:
JavaFX 8.0
See Also: