Uses of Interface
org.reactfx.collection.LiveList.QuasiModificationObserver
Packages that use LiveList.QuasiModificationObserver
-
Uses of LiveList.QuasiModificationObserver in org.reactfx.collection
Classes in org.reactfx.collection that implement LiveList.QuasiModificationObserverMethods in org.reactfx.collection with parameters of type LiveList.QuasiModificationObserverModifier and TypeMethodDescriptiondefault voidLiveList.addQuasiModificationObserver(LiveList.QuasiModificationObserver<? super E> observer) default SubscriptionLiveList.observeQuasiModifications(LiveList.QuasiModificationObserver<? super E> observer) default voidLiveList.removeQuasiModificationObserver(LiveList.QuasiModificationObserver<? super E> observer)