Package org.reactfx.collection
Class InvalidationListenerWrapper<T>
- java.lang.Object
-
- org.reactfx.util.WrapperBase<javafx.beans.InvalidationListener>
-
- org.reactfx.collection.InvalidationListenerWrapper<T>
-
- All Implemented Interfaces:
LiveList.Observer<T,QuasiListChange<? extends T>>
,LiveList.QuasiChangeObserver<T>
class InvalidationListenerWrapper<T> extends WrapperBase<javafx.beans.InvalidationListener> implements LiveList.QuasiChangeObserver<T>
-
-
Constructor Summary
Constructors Constructor Description InvalidationListenerWrapper(javafx.collections.ObservableList<T> list, javafx.beans.InvalidationListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onChange(QuasiListChange<? extends T> change)
-
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.QuasiChangeObserver
headOf, sizeOf, tailOf
-
-
-
-
Field Detail
-
list
private final javafx.collections.ObservableList<T> list
-
-
Constructor Detail
-
InvalidationListenerWrapper
public InvalidationListenerWrapper(javafx.collections.ObservableList<T> list, javafx.beans.InvalidationListener listener)
-
-
Method Detail
-
onChange
public void onChange(QuasiListChange<? extends T> change)
- Specified by:
onChange
in interfaceLiveList.Observer<T,QuasiListChange<? extends T>>
-
-