Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIDOMEventGroup

This interface is the interface implemented by all event targets in the Document Object Model.
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

boolean isSameEventGroup(in nsIDOMEventGroup other);

Methods

isSameEventGroup()

Reports whether or not another event group is the same as this one.

boolean isSameEventGroup(
  in nsIDOMEventGroup other
);
Parameters
other
Instance of nsIDOMEventGroup object to compare against.
Return value

Returns true if the two objects are the same, otherwise false.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Kglee
 Last updated by: Sheppy,