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