public class CacheConfigurationChangeEvent
extends java.lang.Object
Constructor and Description |
---|
CacheConfigurationChangeEvent(CacheConfigurationProperty property,
java.lang.Object oldValue,
java.lang.Object newValue)
Creates a new configuration change event based on the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getNewValue()
Gets the new value of the property.
|
java.lang.Object |
getOldValue()
Gets the old value of the property.
|
CacheConfigurationProperty |
getProperty()
Indicates the property this event concerns
|
public CacheConfigurationChangeEvent(CacheConfigurationProperty property, java.lang.Object oldValue, java.lang.Object newValue)
property
- the property changingoldValue
- the old valuenewValue
- the new valuepublic CacheConfigurationProperty getProperty()
public java.lang.Object getNewValue()
public java.lang.Object getOldValue()