Uses of Interface
javafx.collections.MapChangeListener
-
Packages that use MapChangeListener Package Description javafx.collections Contains the essential JavaFX collections and collection utilities -
-
Uses of MapChangeListener in javafx.collections
Classes in javafx.collections that implement MapChangeListener Modifier and Type Class Description classWeakMapChangeListener<K,V>AWeakMapChangeListenercan be used, if anObservableMapshould only maintain a weak reference to the listener.Methods in javafx.collections with parameters of type MapChangeListener Modifier and Type Method Description voidObservableMap. addListener(MapChangeListener<? super K,? super V> listener)Add a listener to this observable map.voidObservableMap. removeListener(MapChangeListener<? super K,? super V> listener)Tries to removed a listener from this observable map.Constructors in javafx.collections with parameters of type MapChangeListener Constructor Description WeakMapChangeListener(MapChangeListener<K,V> listener)The constructor ofWeakMapChangeListener.
-