Uses of Interface
org.reactfx.collection.LiveList.Observer
-
Packages that use LiveList.Observer Package Description org.reactfx.collection org.reactfx.util -
-
Uses of LiveList.Observer in org.reactfx.collection
Subinterfaces of LiveList.Observer in org.reactfx.collection Modifier and Type Interface Description static interface
LiveList.QuasiChangeObserver<E>
static interface
LiveList.QuasiModificationObserver<E>
Classes in org.reactfx.collection that implement LiveList.Observer Modifier and Type Class Description (package private) class
ChangeListenerWrapper<T>
(package private) class
ChangeObserverWrapper<T>
(package private) class
InvalidationListenerWrapper<T>
(package private) class
ModificationObserverWrapper<T>
Methods in org.reactfx.collection that return types with arguments of type LiveList.Observer Modifier and Type Method Description default NotificationAccumulator<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>,?>
ProperLiveList. defaultNotificationAccumulator()
-
Uses of LiveList.Observer in org.reactfx.util
Methods in org.reactfx.util that return types with arguments of type LiveList.Observer Modifier and Type Method Description static <E> NotificationAccumulator<LiveList.Observer<? super E,?>,QuasiListChange<? extends E>,ListModificationSequence<E>>
NotificationAccumulator. listNotifications()
Methods in org.reactfx.util with parameters of type LiveList.Observer Modifier and Type Method Description protected java.lang.Runnable
ListNotifications. head(LiveList.Observer<? super E,?> observer, ListModificationSequence<E> mods)
protected AccumulatorSize
ListNotifications. size(LiveList.Observer<? super E,?> observer, ListModificationSequence<E> accumulatedValue)
protected ListModificationSequence<E>
ListNotifications. tail(LiveList.Observer<? super E,?> observer, ListModificationSequence<E> mods)
private <O> java.lang.Runnable
ListNotifications. takeHead(LiveList.Observer<? super E,O> observer, ListModificationSequence<E> mods)
-