import"extIApplication.idl";
Public Member Functions | |
void | preventDefault () |
Public Attributes | |
readonly attribute AString | type |
readonly attribute nsIVariant | data |
Interface holds information about an event.
Definition at line 71 of file extIApplication.idl.
void extIEventItem::preventDefault | ( | ) |
Cancels the event if it is cancelable.
readonly attribute nsIVariant extIEventItem::data |
Can hold extra details and data associated with the event. This is optional and event specific. If the event does not send extra details, this is null.
Definition at line 83 of file extIApplication.idl.
readonly attribute AString extIEventItem::type |
The name of the event
Definition at line 76 of file extIApplication.idl.