Uses of Interface
org.jdesktop.observablecollections.ObservableListListener
Packages that use ObservableListListener
Package
Description
Provides support for observing changes to collection classes.
Private implementation details for Swing binding.
-
Uses of ObservableListListener in org.jdesktop.observablecollections
Methods in org.jdesktop.observablecollections with parameters of type ObservableListListenerModifier and TypeMethodDescriptionvoid
ObservableList.addObservableListListener
(ObservableListListener listener) Adds a listener that is notified when the list changes.void
ObservableList.removeObservableListListener
(ObservableListListener listener) Removes a listener. -
Uses of ObservableListListener in org.jdesktop.swingbinding.impl
Classes in org.jdesktop.swingbinding.impl that implement ObservableListListener