Class SettingsUpdated

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Serializable

public class SettingsUpdated extends SettingsEvent
A Event raised when a settings has been updated. Raised by the diverse storeXXXSettings in SettingsManager and its specializations, there is no guarantee that the settings have been actually changed.
Author:
Manuel Fiorelli
See Also: