Struct xpcom::interfaces::nsIFeedResultListener [] [src]

#[repr(C)]
pub struct nsIFeedResultListener { /* fields omitted */ }

interface nsIFeedResultListener : nsISupports

/**
 * nsIFeedResultListener defines a callback used when feed processing
 * completes.
 */

Methods

impl nsIFeedResultListener
[src]

[src]

Cast this nsIFeedResultListener to one of its base interfaces.

impl nsIFeedResultListener
[src]

[src]

/**
   * 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);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIFeedResultListener
[src]

IID: nsIID = nsID(1294909064, 14059, 20000, [188, 209, 153, 123, 60, 31, 36, 206])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIFeedResultListener
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFeedResultListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.