WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIScriptEventManager

IID:b6427ace-dc77-495b-ab21-43baeb52bc27
Inherits From:nsISupports

Methods

nsISupports FindEventHandler ( AString objectName , AString eventName , PRUint32 argCount ) void InvokeEventHandler ( nsISupports handler , nsISupports targetObject , voidPtr* args , PRUint32 argCount )

nsISupports FindEventHandler ( AString objectName , AString eventName , PRUint32 argCount )

Arguments:
objectName
eventName
argCount

void InvokeEventHandler ( nsISupports handler , nsISupports targetObject , voidPtr* args , PRUint32 argCount )

Arguments:
handler
targetObject
args
argCount

Reference documentation is generated from Mozilla's source.