- All Superinterfaces:
- Observable,- ObservableNumberValue,- ObservableValue<Number>
- All Known Implementing Classes:
- JavaBeanLongProperty,- LongBinding,- LongExpression,- LongProperty,- LongPropertyBase,- ReadOnlyJavaBeanLongProperty,- ReadOnlyLongProperty,- ReadOnlyLongPropertyBase,- ReadOnlyLongWrapper,- SimpleLongProperty,- SimpleStyleableLongProperty,- StyleableLongProperty
An observable long value.
- Since:
- JavaFX 2.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionlongget()Returns the current value of thisObservableLongValue.Methods declared in interface javafx.beans.ObservableaddListener, removeListenerMethods declared in interface javafx.beans.value.ObservableNumberValuedoubleValue, floatValue, intValue, longValueMethods declared in interface javafx.beans.value.ObservableValueaddListener, getValue, removeListener
- 
Method Details- 
getlong get()Returns the current value of thisObservableLongValue.- Returns:
- The current value
 
 
-