Module javafx.base

Class ReadOnlyJavaBeanLongProperty

    • Method Detail

      • get

        public long get()
        Returns the current value of this ObservableLongValue.
        Specified by:
        get in interface ObservableLongValue
        Returns:
        The current value
        Throws:
        UndeclaredThrowableException - if calling the getter of the Java Bean property throws an IllegalAccessException or an InvocationTargetException.