Module  javafx.base
软件包  javafx.collections

Interface ListChangeListener<E>

  • 参数类型
    E - 列表元素类型
    所有已知实现类:
    WeakListChangeListener
    Functional Interface:
    这是一个功能界面,因此可以用作lambda表达式或方法引用的赋值对象。


    @FunctionalInterface
    public interface ListChangeListener<E>
    接收ObservableList更改通知的接口。
    从以下版本开始:
    JavaFX 2.0
    另请参见:
    ListChangeListener.Change