Package org.reactfx.collection
Class ModificationObserverWrapper<T>
java.lang.Object
org.reactfx.util.WrapperBase<Consumer<? super ListModification<? extends T>>>
org.reactfx.collection.ModificationObserverWrapper<T>
- All Implemented Interfaces:
LiveList.Observer<T,
,QuasiListModification<? extends T>> LiveList.QuasiModificationObserver<T>
class ModificationObserverWrapper<T>
extends WrapperBase<Consumer<? super ListModification<? extends T>>>
implements LiveList.QuasiModificationObserver<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModificationObserverWrapper
(javafx.collections.ObservableList<T> list, Consumer<? super ListModification<? extends T>> delegate) -
Method Summary
Methods inherited from class org.reactfx.util.WrapperBase
equals, getWrappedValue, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.reactfx.collection.LiveList.QuasiModificationObserver
headOf, sizeOf, tailOf
-
Field Details
-
list
-
-
Constructor Details
-
ModificationObserverWrapper
ModificationObserverWrapper(javafx.collections.ObservableList<T> list, Consumer<? super ListModification<? extends T>> delegate)
-
-
Method Details
-
onChange
- Specified by:
onChange
in interfaceLiveList.Observer<T,
QuasiListModification<? extends T>>
-