Struct xpcom::interfaces::nsICacheListener [] [src]

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

interface nsICacheListener : nsISupports

Methods

impl nsICacheListener
[src]

[src]

Cast this nsICacheListener to one of its base interfaces.

impl nsICacheListener
[src]

[src]

/**
     * Called when the requested access (or appropriate subset) is
     * acquired.  The status parameter equals NS_OK on success.
     * See nsICacheService.idl for accessGranted values.
     */

void onCacheEntryAvailable (in nsICacheEntryDescriptor descriptor, in nsCacheAccessMode accessGranted, in nsresult status);

[src]

/**
     * Called when nsCacheSession::DoomEntry() is completed. The status
     * parameter is NS_OK when the entry was doomed, or NS_ERROR_NOT_AVAILABLE
     * when there is no such entry.
     */

void onCacheEntryDoomed (in nsresult status);

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 nsICacheListener
[src]

IID: nsIID = nsID(2393764589, 36012, 18785, [128, 37, 109, 166, 213, 130, 126, 116])

[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 nsICacheListener
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsICacheListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.