11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
#include "nsISupports.idl"
|
|
|
|
/**
|
|
* The nsIEvent serves as a base interface for the platform specific
|
|
* interfaces that define what an event looks like.
|
|
*/
|
|
|
|
[scriptable, uuid(2EFB5004-4508-11d3-AEDA-00A024FFC08C)]
|
|
interface nsIEvent : nsISupports
|
|
{
|
|
}; |