[uuid(375f787f-8d3a-4344-b540-293d5645c22c)]
Methods
Invoke:
Executes this script handler.
@param aTargetObject Object to which the script handler is bound.
@param aArgs Array of arguments passed to the script handler.
This is an array of jsvals.
@param aArgCount Number of elements in the aArgs array.
IsSameEvent: Determines if this script event handler is bound to the given object and event name. @param aObjectName Name of the object raising the event. @param aEventName Name of the event being raised. @param aArgCount Number of arguments expected by the event handler.
