Package de.flapdoodle.kfx.bindings
Class Values.Constant
-
- All Implemented Interfaces:
-
javafx.beans.Observable,javafx.beans.value.ObservableValue
public final class Values.Constant<T extends Object> implements ObservableValue<T>
-
-
Constructor Summary
Constructors Constructor Description Values.Constant(T value)
-
Method Summary
Modifier and Type Method Description UnitaddListener(ChangeListener<in T> listener)UnitaddListener(InvalidationListener listener)UnitremoveListener(InvalidationListener listener)UnitremoveListener(ChangeListener<in T> listener)TgetValue()-
Methods inherited from class javafx.beans.value.ObservableValue
flatMap, map, orElse, subscribe, subscribe, when -
Methods inherited from class javafx.beans.Observable
subscribe -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Values.Constant
Values.Constant(T value)
-
-
Method Detail
-
addListener
Unit addListener(ChangeListener<in T> listener)
-
addListener
Unit addListener(InvalidationListener listener)
-
removeListener
Unit removeListener(InvalidationListener listener)
-
removeListener
Unit removeListener(ChangeListener<in T> listener)
-
-
-
-