Class PreferenceUpdatedEvent


  • @Portable
    public class PreferenceUpdatedEvent
    extends Object
    Event fired when a preference is saved
    • Constructor Detail

      • PreferenceUpdatedEvent

        public PreferenceUpdatedEvent()
      • PreferenceUpdatedEvent

        public PreferenceUpdatedEvent​(String key,
                                      Object value)
    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public Object getValue()
      • setKey

        public void setKey​(String key)
      • setValue

        public void setValue​(Object value)