|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void feedLoaded(PersistentFeedData feedData)
throws CurnException
feedData - the loaded feed (and item) data
CurnException - on error
void extraMetadataLoaded(PersistentMetadataGroup metadataGroup)
throws CurnException
metadataGroup - the metadata for the namespace
CurnException - on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||