Example usage for Java javafx.beans.property ReadOnlyObjectProperty fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addListener(ChangeListener super T> listener) Adds a ChangeListener which will be notified whenever the value of the ObservableValue changes. |