Class PreferenceUpdatedEvent
- java.lang.Object
-
- org.uberfire.preferences.shared.event.PreferenceUpdatedEvent
-
@Portable public class PreferenceUpdatedEvent extends Object
Event fired when a preference is saved
-
-
Constructor Summary
Constructors Constructor Description PreferenceUpdatedEvent()PreferenceUpdatedEvent(String key, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()ObjectgetValue()voidsetKey(String key)voidsetValue(Object value)
-