Module javafx.base

Class SetChangeListener.Change<E>

java.lang.Object
javafx.collections.SetChangeListener.Change<E>
Type Parameters:
E - element type
Enclosing interface:
SetChangeListener<E>

public abstract static class SetChangeListener.Change<E> extends Object
An elementary change done to an ObservableSet. Change contains information about an add or remove operation. Note that adding element that is already in the set does not modify the set and hence no change will be generated.
Since:
JavaFX 2.1