Struct xpcom::interfaces::nsIFormSubmitObserver [] [src]

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

interface nsIFormSubmitObserver : nsISupports

Methods

impl nsIFormSubmitObserver
[src]

[src]

Cast this nsIFormSubmitObserver to one of its base interfaces.

impl nsIFormSubmitObserver
[src]

[src]

void notify (in nsIDOMHTMLFormElement formNode, in mozIDOMWindow window, in nsIURI actionURL, out boolean cancelSubmit);

[src]

void notifyInvalidSubmit (in nsIDOMHTMLFormElement formNode, in nsIArray invalidElements);

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

IID: nsIID = nsID(2256320487, 33629, 16523, [151, 136, 210, 131, 77, 40, 78, 3])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFormSubmitObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.