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
.