Interface IBooleanPreference

    • Method Detail

      • getValue

        boolean getValue()
        Returns the current value of this preference.
        Returns:
        the current value of this preference
      • setValue

        void setValue​(boolean value)
        Sets the current value of this preference.

        A preference change event is reported if the current value of the preference actually changes from its previous value.

        Parameters:
        value - the new current value of this preference