|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.norther.tammi.acorn.cache.CachedEntryEvent
public class CachedEntryEvent
Events of this type are sent to an object that implements
CachedEntryListener when it is expired, passivated or
activated in the cache.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CachedEntryEvent(Object key,
Object value,
CachedMap cache)
Constructs a new event. |
|
| Method Summary | |
|---|---|
CachedMap |
getCache()
Gets the cached map. |
Object |
getKey()
Gets the cached key. |
Object |
getValue()
Gets the cached value. |
void |
setValue(Object value)
Sets the cached value. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CachedEntryEvent(Object key,
Object value,
CachedMap cache)
key - the key.value - the value.cache - the cache.| Method Detail |
|---|
public CachedMap getCache()
public Object getKey()
public Object getValue()
public void setValue(Object value)
value - the value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||