Expresso 5-5-0

com.jcorporate.expresso.core.misc
Interface CacheEventListener


public interface CacheEventListener

A CacheEvent represents an event that indicates that some cached information might have to be updated. Objects that implement caches that depend on persistant data should implement CacheEventListener, and register themselves with the appropriate objects that store the data they cache - they will then be notified via the cacheEvent(CacheEvent) call when changes to the data occurr, so they can take the appropriate action to ensure their caches are not 'stale'.

Version:
$Revision: 1.5 $ $Date: 2003/06/03 06:12:15 $
Author:
Michael Nash

Method Summary
 void cacheEvent(CacheEvent e)
           
 

Method Detail

cacheEvent

public void cacheEvent(CacheEvent e)
Parameters:
e -

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.