2012-01-09 14:28:47 -08:00
|
|
|
/* -*- Mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 40 -*- */
|
|
|
|
/* vim: set ts=2 et sw=2 tw=40: */
|
2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2011-12-04 23:58:27 -08:00
|
|
|
|
2011-12-06 22:57:19 -08:00
|
|
|
#include "nsIDOMEvent.idl"
|
2011-12-04 23:58:27 -08:00
|
|
|
|
2012-01-09 14:28:47 -08:00
|
|
|
interface nsIDOMTelephonyCall;
|
2011-12-04 23:58:27 -08:00
|
|
|
|
2012-08-04 00:44:00 -07:00
|
|
|
[scriptable, builtinclass, uuid(d836f0e6-7305-4fdd-966e-ee261fa44001)]
|
2012-01-09 14:28:47 -08:00
|
|
|
interface nsIDOMCallEvent : nsIDOMEvent
|
|
|
|
{
|
|
|
|
readonly attribute nsIDOMTelephonyCall call;
|
2011-12-06 22:57:19 -08:00
|
|
|
};
|