Uses of Interface
org.reactfx.collection.LiveList.QuasiChangeObserver
-
Packages that use LiveList.QuasiChangeObserver Package Description org.reactfx.collection -
-
Uses of LiveList.QuasiChangeObserver in org.reactfx.collection
Classes in org.reactfx.collection that implement LiveList.QuasiChangeObserver Modifier and Type Class Description (package private) classChangeListenerWrapper<T>(package private) classChangeObserverWrapper<T>(package private) classInvalidationListenerWrapper<T>Methods in org.reactfx.collection with parameters of type LiveList.QuasiChangeObserver Modifier and Type Method Description default voidLiveList. addQuasiChangeObserver(LiveList.QuasiChangeObserver<? super E> observer)static <E> SubscriptionLiveList. observeQuasiChanges(javafx.collections.ObservableList<? extends E> list, LiveList.QuasiChangeObserver<? super E> observer)default SubscriptionLiveList. observeQuasiChanges(LiveList.QuasiChangeObserver<? super E> observer)default voidLiveList. removeQuasiChangeObserver(LiveList.QuasiChangeObserver<? super E> observer)
-