Package org.reactfx.collection
Class ChangeListenerWrapper<T>
java.lang.Object
org.reactfx.util.WrapperBase<javafx.collections.ListChangeListener<? super T>>
org.reactfx.collection.ChangeListenerWrapper<T>
- All Implemented Interfaces:
LiveList.Observer<T,,QuasiListChange<? extends T>> LiveList.QuasiChangeObserver<T>
class ChangeListenerWrapper<T>
extends WrapperBase<javafx.collections.ListChangeListener<? super T>>
implements LiveList.QuasiChangeObserver<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChangeListenerWrapper(javafx.collections.ObservableList<T> list, javafx.collections.ListChangeListener<? super T> listener) -
Method Summary
Methods inherited from class org.reactfx.util.WrapperBase
equals, getWrappedValue, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.reactfx.collection.LiveList.QuasiChangeObserver
headOf, sizeOf, tailOf
-
Field Details
-
list
-
-
Constructor Details
-
ChangeListenerWrapper
-
-
Method Details
-
onChange
- Specified by:
onChangein interfaceLiveList.Observer<T,QuasiListChange<? extends T>>
-