nsISupports
Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)void handleResult(in nsIFeedResult result); |
Called when feed processing is complete. Even if an error occurred during processing, there may be valid data available for feed-level data or entries processed before the error occurred. If you don't care about doing progress display or the like, this is all you need to implement in order to receive the parsed feed.
void handleResult( in nsIFeedResult result );
result
nsIFeedResult
describing the parsed feed.Interwiki link