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>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidationListenerWrapper
(javafx.collections.ObservableList<T> list, javafx.beans.InvalidationListener listener) -
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.QuasiChangeObserver
headOf, sizeOf, tailOf
-
Field Details
-
list
-
-
Constructor Details
-
InvalidationListenerWrapper
public InvalidationListenerWrapper(javafx.collections.ObservableList<T> list, javafx.beans.InvalidationListener listener)
-
-
Method Details
-
onChange
- Specified by:
onChange
in interfaceLiveList.Observer<T,
QuasiListChange<? extends T>>
-