Class DefaultPreferenceChangeEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultPreferenceChangeEvent​(java.lang.Class<?> source, java.lang.String key, Setting<?> oldValue, Setting<?> newValue)
      Constructs a new DefaultPreferenceChangeEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Returns the preference key.
      Setting<?> getNewValue()
      Returns the new preference value.
      Setting<?> getOldValue()
      Returns the old preference value.
      java.lang.Class<?> getSource()
      Returns the class source of this event.
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait