Package de.flapdoodle.kfx.bindings.list
Class IndexedMappingListChangeListener
-
- All Implemented Interfaces:
-
javafx.collections.ListChangeListener
public final class IndexedMappingListChangeListener<S extends Object, T extends Object> implements ListChangeListener<S>
-
-
Constructor Summary
Constructors Constructor Description IndexedMappingListChangeListener(ObservableList<T> destination, Function2<Integer, S, T> transformation)
-