Interface ObservableBooleanValue

All Superinterfaces:
Observable, ObservableValue<Boolean>
All Known Implementing Classes:
BooleanBinding, BooleanExpression, BooleanProperty, BooleanPropertyBase, ReadOnlyBooleanProperty, ReadOnlyBooleanPropertyBase, SimpleBooleanProperty, StyleableBooleanProperty

public interface ObservableBooleanValue extends ObservableValue<Boolean>
An observable boolean value.
Since:
JavaFX 2.0
See Also:
  • Method Details

    • get

      boolean get()
      Returns the current value of this ObservableBooleanValue.
      Returns:
      The current value