Struct xpcom::interfaces::nsIDOMEventListener [] [src]

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

interface nsIDOMEventListener : nsISupports

Methods

impl nsIDOMEventListener
[src]

[src]

Cast this nsIDOMEventListener to one of its base interfaces.

impl nsIDOMEventListener
[src]

[src]

/**
 * The nsIDOMEventListener interface is a callback interface for
 * listening to events in the Document Object Model.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Events/
 */
/**
   * This method is called whenever an event occurs of the type for which
   * the EventListener interface was registered.
   *
   * @param   evt The Event contains contextual information about the
   *              event. It also contains the stopPropagation and
   *              preventDefault methods which are used in determining the
   *              event's flow and default action.
   */

void handleEvent (in nsIDOMEvent event);

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

IID: nsIID = nsID(3744579872, 57046, 4561, [189, 133, 0, 128, 95, 138, 227, 244])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMEventListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.