|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.core.CacheConfigurationChangeEvent
public class CacheConfigurationChangeEvent
Class representing a configuration change on a live cache.
| Constructor Summary | |
|---|---|
CacheConfigurationChangeEvent(CacheConfigurationProperty property,
java.lang.Object oldValue,
java.lang.Object newValue)
Creates a new configuration change event based on the provided parameters. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheConfigurationChangeEvent(CacheConfigurationProperty property,
java.lang.Object oldValue,
java.lang.Object newValue)
property - the property changingoldValue - the old valuenewValue - the new value| Method Detail |
|---|
public CacheConfigurationProperty getProperty()
public java.lang.Object getNewValue()
public java.lang.Object getOldValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||