Struct xpcom::interfaces::nsIWindowMediatorListener [] [src]

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

interface nsIWindowMediatorListener : nsISupports

Methods

impl nsIWindowMediatorListener
[src]

[src]

Cast this nsIWindowMediatorListener to one of its base interfaces.

impl nsIWindowMediatorListener
[src]

[src]

void onOpenWindow (in nsIXULWindow window);

[src]

void onCloseWindow (in nsIXULWindow window);

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

IID: nsIID = nsID(791112066, 3424, 17271, [165, 149, 211, 80, 186, 81, 99, 149])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWindowMediatorListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.