nsISupports
Last changed in Gecko 1.9 (Firefox 3)void onContentPrefRemoved(in AString aGroup, in AString aName); |
void onContentPrefSet(in AString aGroup, in AString aName, in nsIVariant aValue); |
Called when a content preference is removed.
void onContentPrefRemoved( in AString aGroup, in AString aName );
aGroup
null
if the preference was global, applying to all web sites.aName
Called when the value of a preference is set (either by changing its current value or by creating the preference).
void onContentPrefSet( in AString aGroup, in AString aName, in nsIVariant aValue );
aGroup
null
if the preference is global, applying to all web sites.aName
aValue