org.clapper.curn
Interface PostOutputHandlerFlushPlugIn

All Superinterfaces:
PlugIn
All Known Implementing Classes:
MetaPlugIn

public interface PostOutputHandlerFlushPlugIn
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, PostFeedOutputPlugIn, Curn

Method Summary
 boolean runPostOutputHandlerFlushPlugIn(OutputHandler outputHandler)
          Called immediately after an output handler is flushed (i.e., after it has been called to process all feeds and its output has been written to a temporary file), but before that output is displayed, emailed, etc.
 
Methods inherited from interface org.clapper.curn.PlugIn
getPlugInName, getPlugInSortKey, initPlugIn
 

Method Detail

runPostOutputHandlerFlushPlugIn

boolean runPostOutputHandlerFlushPlugIn(OutputHandler outputHandler)
                                        throws CurnException
Called immediately after an output handler is flushed (i.e., after it has been called to process all feeds and its output has been written to a temporary file), but before that output is displayed, emailed, etc.

Parameters:
outputHandler - the OutputHandler that is about to be called. This object is read-only.
Returns:
true if curn should process the output, false to skip the output from the handler.
Throws:
CurnException - on error
See Also:
OutputHandler


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