|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheListener
An interface to cached objects that want to be informed when their state have
been chenged. The object is notified by the CachedEntryEvent
event.
| Method Summary | |
|---|---|
void |
activated(CachedEntryEvent event)
Notifies the object that it has been activated to the cache. |
void |
expired(CachedEntryEvent event)
Notifies the object that it has been expired from the cache. |
void |
passivated(CachedEntryEvent event)
Notifies the object that it has been passivated from the cache. |
| Method Detail |
|---|
void expired(CachedEntryEvent event)
event - the cached entry event.void passivated(CachedEntryEvent event)
event - the cached entry event.void activated(CachedEntryEvent event)
event - the cached entry event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||