Implemented by
- @mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.feed&to=*/*
- @mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.video.feed&to=*/*
- @mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.audio.feed&to=*/*
nsIFeedResultListener defines a callback used when feed processing completes.
[scriptable, uuid(4d2ebe88-36eb-4e20-bcd1-997b3c1f24ce)]
interface nsIFeedResultListener : nsISupports
Methods
Always called, even after an error. There could be new feed-level
data available at this point, if it followed or was interspersed
with the items. Fire-and-Forget implementations only need this.
@param result
An object implementing nsIFeedResult representing the feed
and its metadata.
void
handleResult(in nsIFeedResult result)
Compare to: