Uses of Interface
javafx.collections.SetChangeListener
| Package | Description | 
|---|---|
| javafx.collections | Contains the essential JavaFX collections and collection utilities | 
- 
Uses of SetChangeListener in javafx.collectionsClasses in javafx.collections that implement SetChangeListener Modifier and Type Class Description classWeakSetChangeListener<E>AWeakSetChangeListenercan be used, if anObservableSetshould only maintain a weak reference to the listener.Methods in javafx.collections with parameters of type SetChangeListener Modifier and Type Method Description voidObservableSet. addListener(SetChangeListener<? super E> listener)Add a listener to this observable set.voidObservableSet. removeListener(SetChangeListener<? super E> listener)Tries to removed a listener from this observable set.Constructors in javafx.collections with parameters of type SetChangeListener Constructor Description WeakSetChangeListener(SetChangeListener<E> listener)The constructor ofWeakSetChangeListener.