Uses of Interface
org.jdesktop.observablecollections.ObservableMapListener
Packages that use ObservableMapListener
Package
Description
Provides support for observing changes to collection classes.
-
Uses of ObservableMapListener in org.jdesktop.observablecollections
Methods in org.jdesktop.observablecollections with parameters of type ObservableMapListenerModifier and TypeMethodDescriptionvoidObservableMap.addObservableMapListener(ObservableMapListener listener) Adds a listener to this observable map.voidObservableMap.removeObservableMapListener(ObservableMapListener listener) Removes a listener from this observable map.