- All Superinterfaces:
 Observable,ObservableNumberValue,ObservableValue<Number>
- All Known Implementing Classes:
 JavaBeanLongProperty,LongBinding,LongExpression,LongProperty,LongPropertyBase,ReadOnlyJavaBeanLongProperty,ReadOnlyLongProperty,ReadOnlyLongPropertyBase,ReadOnlyLongWrapper,SimpleLongProperty,SimpleStyleableLongProperty,StyleableLongProperty
public interface ObservableLongValue extends ObservableNumberValue
An observable long value.
- Since:
 - JavaFX 2.0
 - See Also:
 ObservableValue,ObservableNumberValue
- 
Method Summary
Modifier and Type Method Description longget()Returns the current value of thisObservableLongValue.Methods inherited from interface javafx.beans.value.ObservableNumberValue
doubleValue, floatValue, intValue, longValueMethods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener 
- 
Method Details
- 
get
long get()Returns the current value of thisObservableLongValue.- Returns:
 - The current value
 
 
 -