@TransactionAware public abstract class ApplicationConfigurationChangedEvent<T> extends ApplicationEvent
This event is internally audited with a HIGH priority.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ApplicationConfigurationChangedEvent.Property
Enum that lists the types of properties that can be changed. 
 | 
source| Constructor and Description | 
|---|
ApplicationConfigurationChangedEvent(Object source,
                                    ApplicationConfigurationChangedEvent.Property property,
                                    T oldValue,
                                    T newValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
getNewValue()  | 
T | 
getOldValue()  | 
ApplicationConfigurationChangedEvent.Property | 
getProperty()  | 
getDate, getUsergetSource, toStringCopyright © 2019 Atlassian. All rights reserved.