WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIFeedResultListener

IID:4d2ebe88-36eb-4e20-bcd1-997b3c1f24ce
Inherits From:nsISupports

nsIFeedResultListener defines a callback used when feed processing completes.

This interface is implemented by the following components:


Methods

void handleResult ( nsIFeedResult result )

void handleResult ( nsIFeedResult result )

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.

Arguments:
result: An object implementing nsIFeedResult representing the feed and its metadata.

References

This interface is the type of the following properties:

nsIFeedProcessor.listener

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com