Class ApplicationConfigurationChangedEvent<T>

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationSetupEvent, BaseUrlChangedEvent, DisplayNameChangedEvent, HttpScmHostingChangedEvent, MailHostConfigurationChangedEvent, ServerEmailAddressChangedEvent, ServerTimeZoneChangedEvent

@TransactionAware public abstract class ApplicationConfigurationChangedEvent<T> extends ApplicationEvent
Event that is published when an application property is changed through ApplicationPropertiesService.

This event is internally audited with CoverageLevel.BASE level.

See Also: