|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface for classes that listen for CacheEvents.
| Method Summary | |
void |
cacheUnavailable(CacheEvent e)
Called when a cache cannot be updated. |
void |
elementRemoved(CacheEvent e)
Called when an element is removed from the cache. |
void |
elementUpdated(CacheEvent e)
Called when a cache element updates successfully. |
void |
elementUpdateFailed(CacheEvent e)
Called when a cache element fails to update. |
| Method Detail |
public void cacheUnavailable(CacheEvent e)
e - the CacheEvent fired.public void elementUpdated(CacheEvent e)
e - the CacheEvent fired.public void elementRemoved(CacheEvent e)
e - the CacheEvent fired.public void elementUpdateFailed(CacheEvent e)
e - the CacheEvent fired.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||