Interface ObservableBooleanValue
- All Superinterfaces:
Observable, ObservableValue<Boolean>
- All Known Implementing Classes:
BooleanBinding, BooleanExpression, BooleanProperty, BooleanPropertyBase, JavaBeanBooleanProperty, ReadOnlyBooleanProperty, ReadOnlyBooleanPropertyBase, ReadOnlyBooleanWrapper, ReadOnlyJavaBeanBooleanProperty, SimpleBooleanProperty, SimpleStyleableBooleanProperty, StyleableBooleanProperty
An observable boolean value.
- Since:
- JavaFX 2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanget()Returns the current value of thisObservableBooleanValue.Methods declared in interface Observable
addListener, removeListener, subscribeMethods declared in interface ObservableValue
addListener, flatMap, getValue, map, orElse, removeListener, subscribe, subscribe, when
-
Method Details
-
get
boolean get()Returns the current value of thisObservableBooleanValue.- Returns:
- The current value
-