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 interfaceLiveList.QuasiChangeObserver<E>static interfaceLiveList.QuasiModificationObserver<E>Classes in org.reactfx.collection that implement LiveList.Observer Modifier and Type Class Description (package private) classChangeListenerWrapper<T>(package private) classChangeObserverWrapper<T>(package private) classInvalidationListenerWrapper<T>(package private) classModificationObserverWrapper<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.RunnableListNotifications. head(LiveList.Observer<? super E,?> observer, ListModificationSequence<E> mods)protected AccumulatorSizeListNotifications. 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.RunnableListNotifications. takeHead(LiveList.Observer<? super E,O> observer, ListModificationSequence<E> mods)
-