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 WrapperBase
equals, getWrappedValue, hashCodeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LiveList.QuasiChangeObserver
headOf, sizeOf, tailOf
-
Field Details
-
list
-
-
Constructor Details
-
ChangeListenerWrapper
-
-
Method Details
-
onChange
- Specified by:
onChangein interfaceLiveList.Observer<T, QuasiListChange<? extends T>>
-