Interface PreferenceChangeEvent

    • Method Detail

      • getSource

        java.lang.Class<?> getSource()
        Returns the class source of this event.
        Returns:
        The class source of this event
        Since:
        14977
      • getKey

        java.lang.String getKey()
        Returns the preference key.
        Returns:
        the preference key
      • getOldValue

        Setting<?> getOldValue()
        Returns the old preference value.
        Returns:
        the old preference value
      • getNewValue

        Setting<?> getNewValue()
        Returns the new preference value.
        Returns:
        the new preference value