Public Member Functions | |
void | init (in nsIDOMEvent aBaseEvent, in nsISupports aData) |
Public Attributes | |
readonly attribute nsISupports | data |
Definition at line 37 of file sbIDOMEventWrapper.idl.
void sbIDOMEventWrapper::init | ( | in nsIDOMEvent | aBaseEvent, | |
in nsISupports | aData | |||
) |
Initialize the event wrapper by giving it a base event to wrap
@param aBaseEvent the event to be wrapped @param aData the payload to be passed as part of the event
readonly attribute nsISupports sbIDOMEventWrapper::data |
The data passed in the second parameter of init()
Definition at line 50 of file sbIDOMEventWrapper.idl.