org.clapper.curn
Interface DataPersister.LoadedDataHandler

Enclosing class:
DataPersister

public static interface DataPersister.LoadedDataHandler

Used to define a callback for handling loaded data.


Method Summary
 void extraMetadataLoaded(PersistentMetadataGroup metadataGroup)
          Called by the subclass when it has finished loading the extra metadata for a particular namespace.
 void feedLoaded(PersistentFeedData feedData)
          Called by the subclass when it has finished loading data for a feed.
 

Method Detail

feedLoaded

void feedLoaded(PersistentFeedData feedData)
                throws CurnException
Called by the subclass when it has finished loading data for a feed.

Parameters:
feedData - the loaded feed (and item) data
Throws:
CurnException - on error

extraMetadataLoaded

void extraMetadataLoaded(PersistentMetadataGroup metadataGroup)
                         throws CurnException
Called by the subclass when it has finished loading the extra metadata for a particular namespace.

Parameters:
metadataGroup - the metadata for the namespace
Throws:
CurnException - on error


Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.