@TransactionAware public abstract class ApplicationConfigurationChangedEvent<T> extends ApplicationEvent
This event is internally audited with CoverageLevel.BASE
level.
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, getUser
getSource, toString
Copyright © 2021 Atlassian. All rights reserved.