org.clapper.curn
Interface PostFeedOutputPlugIn

All Superinterfaces:
PlugIn
All Known Implementing Classes:
MetaPlugIn

public interface PostFeedOutputPlugIn
extends PlugIn

This interface defines the methods that must be supported by plug-ins that wish to be notified after curn sends a parsed feed to an OutputHandler.

Version:
$Revision: 6300 $
See Also:
PlugIn, MetaPlugIn, PreFeedOutputPlugIn, PostOutputHandlerFlushPlugIn, Curn

Method Summary
 void runPostFeedOutputPlugIn(FeedInfo feedInfo, OutputHandler outputHandler)
          Called immediately after a parsed feed is passed to an output handler.
 
Methods inherited from interface org.clapper.curn.PlugIn
getPlugInName, getPlugInSortKey, initPlugIn
 

Method Detail

runPostFeedOutputPlugIn

void runPostFeedOutputPlugIn(FeedInfo feedInfo,
                             OutputHandler outputHandler)
                             throws CurnException
Called immediately after a parsed feed is passed to an output handler. This method cannot affect the feed's processing. (The time to stop the processing of a feed is in one of the other, preceding phases.) This method will be called multiple times for each feed if there are multiple output handlers.

Parameters:
feedInfo - the FeedInfo object for the feed that has been downloaded and parsed.
outputHandler - the OutputHandler that is about to be called. This object is read-only.
Throws:
CurnException - on error
See Also:
FeedInfo, OutputHandler


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