An ObservableValue is an entity that wraps a value and allows to observe the value for changes.
An ObservableValue is an entity that wraps a value and allows to observe the value for changes.
Indicates Scala type that will be returned for this Observable.
Indicates Java type to be wrapped by T. Eventually T and J could be the same.
Wraps
javafx.beans.value
package.