Uses of Interface
javafx.beans.WeakListener
| Package | Description | 
|---|---|
| javafx.beans | The package  javafx.beanscontains the interfaces that
                define the most generic form of observability. | 
| javafx.beans.value | The package  javafx.beans.valuecontains the two
                fundamental interfacesObservableValueandWritableValueand all of its sub-interfaces. | 
| javafx.collections | Contains the essential JavaFX collections and collection utilities | 
- 
Uses of WeakListener in javafx.beansClasses in javafx.beans that implement WeakListener Modifier and Type Class Description classWeakInvalidationListenerAWeakInvalidationListenercan be used if anObservableshould only maintain a weak reference to the listener.
- 
Uses of WeakListener in javafx.beans.valueClasses in javafx.beans.value that implement WeakListener Modifier and Type Class Description classWeakChangeListener<T>AWeakChangeListenercan be used if anObservableValueshould only maintain a weak reference to the listener.
- 
Uses of WeakListener in javafx.collectionsClasses in javafx.collections that implement WeakListener Modifier and Type Class Description classWeakListChangeListener<E>AWeakListChangeListenercan be used, if anObservableListshould only maintain a weak reference to the listener.classWeakMapChangeListener<K,V>AWeakMapChangeListenercan be used, if anObservableMapshould only maintain a weak reference to the listener.classWeakSetChangeListener<E>AWeakSetChangeListenercan be used, if anObservableSetshould only maintain a weak reference to the listener.