Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIFeedResultListener

This interface should be implemented by programs to receive events from the feed parser as parsing progresses.
1.0
28
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

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Fredchat
 Last updated by: Sheppy,