1999-08-24 05:47:30 +00:00

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
{
};