nsIFeedResultListener

This interface should be implemented by programs to receive events from the feed parser as parsing progresses.
1.0
66
Introduced
Gecko 1.8
Inherits from: nsISupports Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)

Method overview

void handleResult(in nsIFeedResult result);

Methods

handleResult()

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
);
Parameters
result
An nsIFeedResult describing the parsed feed.

See also

Interwiki link