Java javafx.beans.property ReadOnlyBooleanProperty fields, constructors, methods, implement or subclass

Example usage for Java javafx.beans.property ReadOnlyBooleanProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.beans.property ReadOnlyBooleanProperty.

The text is from its open source code.

Method

voidaddListener(ChangeListener listener)
Adds a ChangeListener which will be notified whenever the value of the ObservableValue changes.
booleanget()
Returns the current value of this ObservableBooleanValue .