Uses of Interface
javafx.beans.WeakListener
Package
Description
The package
javafx.beans
contains the interfaces that
define the most generic form of observability.The package
javafx.beans.value
contains the two
fundamental interfaces ObservableValue
and WritableValue
and all of its sub-interfaces.Contains the essential JavaFX collections and collection utilities
-
Uses of WeakListener in javafx.beans
Modifier and TypeClassDescriptionfinal class
AWeakInvalidationListener
can be used if anObservable
should only maintain a weak reference to the listener. -
Uses of WeakListener in javafx.beans.value
Modifier and TypeClassDescriptionfinal class
AWeakChangeListener
can be used if anObservableValue
should only maintain a weak reference to the listener. -
Uses of WeakListener in javafx.collections
Modifier and TypeClassDescriptionfinal class
AWeakListChangeListener
can be used, if anObservableList
should only maintain a weak reference to the listener.final class
AWeakMapChangeListener
can be used, if anObservableMap
should only maintain a weak reference to the listener.final class
AWeakSetChangeListener
can be used, if anObservableSet
should only maintain a weak reference to the listener.