Module javafx.base

Interface SetChangeListener<E>

Type Parameters:
E - the element type
All Known Implementing Classes:
WeakSetChangeListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SetChangeListener<E>
Interface that receives notifications of changes to an ObservableSet.
Since:
JavaFX 2.1