Uses of Class
org.norther.tammi.acorn.cache.CachedEntryEvent

Packages that use CachedEntryEvent
org.norther.tammi.acorn.cache   
org.norther.tammi.core.cache   
org.norther.tammi.spray.session   
 

Uses of CachedEntryEvent in org.norther.tammi.acorn.cache
 

Methods in org.norther.tammi.acorn.cache with parameters of type CachedEntryEvent
 void CacheListener.activated(CachedEntryEvent event)
          Notifies the object that it has been activated to the cache.
 void CacheListener.expired(CachedEntryEvent event)
          Notifies the object that it has been expired from the cache.
 void CacheListener.passivated(CachedEntryEvent event)
          Notifies the object that it has been passivated from the cache.
 

Uses of CachedEntryEvent in org.norther.tammi.core.cache
 

Methods in org.norther.tammi.core.cache with parameters of type CachedEntryEvent
 void PlainResource.activated(CachedEntryEvent event)
           
 void PlainResource.expired(CachedEntryEvent event)
           
 void PlainResource.passivated(CachedEntryEvent event)
           
 

Uses of CachedEntryEvent in org.norther.tammi.spray.session
 

Methods in org.norther.tammi.spray.session with parameters of type CachedEntryEvent
 void DefaultSession.activated(CachedEntryEvent event)
           
 void DefaultSession.expired(CachedEntryEvent event)
           
 void DefaultSession.passivated(CachedEntryEvent event)
           
 



Copyright © 2004 The Norther Organization. All rights reserved.