Bug 831628 - 0001. Add event object. r=yoshi. sr=sicking

This commit is contained in:
Chuck Lee 2013-01-25 11:02:06 +08:00
parent 6ecb789968
commit 494395931b

View File

@ -591,3 +591,15 @@ dictionary MozStkLocalInfo
*/
DOMString language;
};
dictionary MozStkGeneralEvent
{
/**
* The type of this event, MozStkGeneralEvent can be used for all Stk Event
* requires no more parameter than event type, including
* nsIDOMMozIccManager.STK_EVENT_TYPE_USER_ACTIVITY
* nsIDOMMozIccManager.STK_EVENT_TYPE_IDLE_SCREEN_AVAILABLE
* HCI Connectivity Event(Not defined in interface yet)
*/
unsigned short eventType;
};