org.clapper.curn
Interface PreCacheSavePlugIn
- All Superinterfaces:
- PlugIn
- All Known Implementing Classes:
- MetaPlugIn
public interface PreCacheSavePlugIn
- extends PlugIn
This interface defines the methods that must be supported by plug-ins
that wish to be notified just before curn saves its cache.
- Version:
- $Revision: 6491 $
- See Also:
PlugIn,
MetaPlugIn,
CacheLoadedPlugIn,
Curn
runPreCacheSavePlugIn
void runPreCacheSavePlugIn(FeedCache cache)
throws CurnException
- Called right before the curn cache is to be saved. A plug-in
might choose to edit the cache at this point.
- Parameters:
cache - the FeedCache object
- Throws:
CurnException - on error
Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.