WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsINotificationsList
| IID: | 11e0176a-4a2d-4a90-8dcc-1590eeb1769d |
| Inherits From: | nsISupports |
Methods
void addNotification ( AString name , PRBool enabled )
PRBool isNotification ( AString name )
void addNotification ( AString name , PRBool enabled )
Adds a notification to the registration dictionary.
- Arguments:
- name: The name of the notification we might be sending.
- enabled: Indicates if the notification is enabled by default.
PRBool isNotification ( AString name )
Checks to see if a paticular notification has already been registered.
- Arguments:
- name: The name of the notification we are checking against.
Reference documentation is generated from Mozilla's source.
