import "nsIDOMDataContainerEvent.idl";
List of all members.
Public Member Functions |
| nsIVariant | getData (in DOMString key) |
| | Return the data associated with the given key.
|
| void | setData (in DOMString key, in nsIVariant data) |
| | Set the data for the given key.
|
Member Function Documentation
| nsIVariant nsIDOMDataContainerEvent::getData |
( |
in DOMString |
key |
) |
|
Return the data associated with the given key.
- Parameters:
-
- Returns:
- the data associated with the key
| void nsIDOMDataContainerEvent::setData |
( |
in DOMString |
key, |
|
|
in nsIVariant |
data | |
|
) |
| | |
Set the data for the given key.
- Parameters:
-
| key | the data key |
| data | the data |
- Exceptions:
-
| NS_ERROR_UNEXPECTED | if the method is called during event dispatch |
The documentation for this interface was generated from the following file: