Example usage for Java javafx.beans.property ReadOnlyBooleanProperty 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. |
boolean | get() Returns the current value of this ObservableBooleanValue . |